Hello all,
I have not posted for awhile but this problem is annoying and I think easily solved. Here tis,
I created a parameter query that retrieves client transactions from a table. The parameters are the ClientID and the StartDate and EndDate. The user should reconcile the transactions at the end of the month so I created a form in datasheet view so they can check them and make any changes.
I created a second form to allow the user to input the ClientID, StartDate, and EndDate fields for the parameter query. I set the 1st form´s Event to open this form On Open.
The problem is that it prompts for the parameters before the it opens the input form.
I am sure there is no old dead code involved. I have completely deleted the forms and queries and started over as well as hunted down all the field names. The queries and forms all work fine it is just this little bug.
What else should I do or check?
Thanks, Dwight
I have not posted for awhile but this problem is annoying and I think easily solved. Here tis,
I created a parameter query that retrieves client transactions from a table. The parameters are the ClientID and the StartDate and EndDate. The user should reconcile the transactions at the end of the month so I created a form in datasheet view so they can check them and make any changes.
I created a second form to allow the user to input the ClientID, StartDate, and EndDate fields for the parameter query. I set the 1st form´s Event to open this form On Open.
The problem is that it prompts for the parameters before the it opens the input form.
I am sure there is no old dead code involved. I have completely deleted the forms and queries and started over as well as hunted down all the field names. The queries and forms all work fine it is just this little bug.
What else should I do or check?
Thanks, Dwight