Hi, I got a pass-through query (that takes about 15 mins to process)
I would like to integrate variables to it.
IE: something simple:
Select EmplID from empl_Lst
where empl_lst.timest amp between [Forms]![MainForm]![StrMonth] And
[Forms]![MainForm]![Endmonth]
Not sure how to do so (should it be a query in Access or a macro)
The connection would be ODBC.
I'm a bit new to create queries and macros but I learn fast loll.
Thank you.
I would like to integrate variables to it.
IE: something simple:
Select EmplID from empl_Lst
where empl_lst.timest amp between [Forms]![MainForm]![StrMonth] And
[Forms]![MainForm]![Endmonth]
Not sure how to do so (should it be a query in Access or a macro)
The connection would be ODBC.
I'm a bit new to create queries and macros but I learn fast loll.
Thank you.
Comment