I would like to know how can I display the result of my query in my existing form. Currently, when I run the query, the result will be displayed in another pop-up table. I would like to have that table attached to a single form which asked the user to input the criteria.
Access does not allow me to paste the query result table into my form :(
I've been looking for ideas on how to add a button to a form to delete/append current displayed record in the same form. This seemed useful for getting the current RecordID to use to delete/append the entire record, but I'm stuck still. A I've tried adding the SQL from a delete query to VBA code with no luck. Any ideas please?
I want to use combo box. But the default value is "nothing" and the form goes blank when I run it. All buttons etc. disappear. But when I fill in a static value to the query it filters the form correctly. Why?
oops sorry touchy touchpad, anyway I need to subtract starttime from end time, but the date info is messing up the calculation, is there a way to split that data when I run my Query?
Have a table with Start and end times but the way the data was entered included the date so input is StartTime: 1/2/2009 6:30:00 AM and endTime: 1/2/2009 6:30:00 AM
HI
I would like to know how can I display the result of my query in my existing form. Currently, when I run the query, the result will be displayed in another pop-up table. I would like to have that table attached to a single form which asked the user to input the criteria.
Access does not allow me to paste the query result table into my form :(
Please advice.
Thank you in advance
Pirduan73 1 year ago
I've been looking for ideas on how to add a button to a form to delete/append current displayed record in the same form. This seemed useful for getting the current RecordID to use to delete/append the entire record, but I'm stuck still. A I've tried adding the SQL from a delete query to VBA code with no luck. Any ideas please?
StephenDevon 1 year ago
"Show all" = "*". For a default null. you'll need a statement like: =IIF(IsNull([MyField]),"*",[MyField])
edrobichaud 2 years ago
I want to use combo box. But the default value is "nothing" and the form goes blank when I run it. All buttons etc. disappear. But when I fill in a static value to the query it filters the form correctly. Why?
How do I get past this?
And does one make a "show all" function?
tomaselvis 2 years ago
Thank you very much. It was very helpful and easy to understand !!!!
THEBIGC007 2 years ago
oops sorry touchy touchpad, anyway I need to subtract starttime from end time, but the date info is messing up the calculation, is there a way to split that data when I run my Query?
fritzer6 2 years ago
Have a table with Start and end times but the way the data was entered included the date so input is StartTime: 1/2/2009 6:30:00 AM and endTime: 1/2/2009 6:30:00 AM
fritzer6 2 years ago
Thank you soo much its really very nice....! Helped me alot
alimirza30 4 years ago