I have code that when a users clicks on a menu button it will check for some valid data, ask for an input, then open a frm/subform with the forms tied to queries. The subform then cycles thru the records from 1 to # of records.
When I execute this code in single step mode everything works fine and I get the correct number of records in the subform. However, if I just let the code run on its own, I always get 1 (one) record in the subform.
By the way, it worked perfectly earlier, so I am sure as I continue to develop the application I have made a change to cause this.
I know this is vague but I'm at my wits end as how to find the problem.
When I execute this code in single step mode everything works fine and I get the correct number of records in the subform. However, if I just let the code run on its own, I always get 1 (one) record in the subform.
By the way, it worked perfectly earlier, so I am sure as I continue to develop the application I have made a change to cause this.
I know this is vague but I'm at my wits end as how to find the problem.