Hey guys, I have a weird one. My database has about 25 users, and today one of the users came to me and informed me she was getting an error message, which turned out to be query parameter dialog box. When she hit the exit button of a search form, this dialog box would come up sometimes. There doesnt appear to be any consistency in the search criteria or actions taken on the form that cause this message to come up, and I cant get it to come up at all on my computer. To be sure, I had her demonstrate the problem to me, and it occurred three times out of about a dozen.
The parameter the query is looking for is normally filled by referencing information on the form. I think the form is being deactivated by the exit button (so the query cant pull the information as a parameter) but for some reason its also trying to requery after the button is pressed. The only code in the function is docmd.close.
I realize that random errors are tech support's worse nightmare, but does anyone have any ideas? I havnt seen anything like this before.
Thanks for any and all help~
Thomas
The parameter the query is looking for is normally filled by referencing information on the form. I think the form is being deactivated by the exit button (so the query cant pull the information as a parameter) but for some reason its also trying to requery after the button is pressed. The only code in the function is docmd.close.
I realize that random errors are tech support's worse nightmare, but does anyone have any ideas? I havnt seen anything like this before.
Thanks for any and all help~
Thomas
Comment