Help with tempvars in runtime (not working)

jastap

New member
Local time
Today, 07:29
Joined
Jun 27, 2011
Messages
2
Hi, I'm working on an standalone application based in Access 2010. The app has forms that ask for two dates (a date range) to return a form based on a query. The values in some textboxes are stored as tempvars, and these tempvars a the criteria on which the query is built. This is made in a macro, not code. When I press the button and the macro runs, it works. However, when I do the same in another computer with only runtime instaled, it doesn't. An input box pops out and asks me for the value of [tempvars]![date1], [tempvars]![date2] and so on; its like the values are not asigned!

Please help.
 

Users who are viewing this thread

Back
Top Bottom