I have some VBA code called by a form timer to periodically carry out a query to check for records being added by another app.
Just occasionally I get the old 800401e4 error with "Invalid SQL", even though the SQL doesn't change. It works fine most of the time, just once in a while it halts, even when the other app. hasn't added any records.
What's more, this only seems to happen under Windows XP - never a problem under Win2k. (It's an Access 2000 app.).
I'm guessing it's JET complaining about something, possibly a collision between my Access app. and the other one. Just need to stop it bombing out my on_timer routine - any ideas?
Just occasionally I get the old 800401e4 error with "Invalid SQL", even though the SQL doesn't change. It works fine most of the time, just once in a while it halts, even when the other app. hasn't added any records.
What's more, this only seems to happen under Windows XP - never a problem under Win2k. (It's an Access 2000 app.).
I'm guessing it's JET complaining about something, possibly a collision between my Access app. and the other one. Just need to stop it bombing out my on_timer routine - any ideas?