Query Run Time Issue????

C

Chilidog1000

I'm trying to run a query in code and then use it as an
openrecordset and loop it as data elements on a form
change.

I set the textbox.values on the form, tie those values to
my query, and then attempt to run it through a loop. But
it does not bring back data, but after I kill the loop and
try to manually run the query it works... Any insight on
what I can do would be greatly appreciated.
 
Top