WEIRD parameter window issue

G

GD

Has anybody heard of this one?

I'm working in a database that uses a parameter query, and the results are
displayed within a form. So, three criteria are required in the parameter
windows when clicking on the command button on the switchboard to open the
query. The problem is that these parameter windows continue to appear
periodically every several minutes (perhaps every time the database gets
refreshed automatically?). Selecting cancel in the first window makes it go
away, but it gets very annoying to have these windows pop up for no reason.
Does anybody know what could cause this?

Unfortunately, I don't have access to the query or form details. I was
hoping someone had at least heard of this problem before.

Thanks!!!!
 
K

KARL DEWEY

Then how do you expect to change anything?

GD said:
Has anybody heard of this one?

I'm working in a database that uses a parameter query, and the results are
displayed within a form. So, three criteria are required in the parameter
windows when clicking on the command button on the switchboard to open the
query. The problem is that these parameter windows continue to appear
periodically every several minutes (perhaps every time the database gets
refreshed automatically?). Selecting cancel in the first window makes it go
away, but it gets very annoying to have these windows pop up for no reason.
Does anybody know what could cause this?

Unfortunately, I don't have access to the query or form details. I was
hoping someone had at least heard of this problem before.

Thanks!!!!
 
J

John W. Vinson

Has anybody heard of this one?

I'm working in a database that uses a parameter query, and the results are
displayed within a form. So, three criteria are required in the parameter
windows when clicking on the command button on the switchboard to open the
query. The problem is that these parameter windows continue to appear
periodically every several minutes (perhaps every time the database gets
refreshed automatically?). Selecting cancel in the first window makes it go
away, but it gets very annoying to have these windows pop up for no reason.
Does anybody know what could cause this?

Unfortunately, I don't have access to the query or form details. I was
hoping someone had at least heard of this problem before.

Thanks!!!!

Ummm... all I can say is "correct the error in the code". Without seeing the
code it's more than a bit difficult to guess what that error might be. I'd
speculate that there is a Requery in some form event (the Timer event perhaps)
but of course that's a stab in the dark.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top