I need help resolving an "issue", and I haven't had any luck searching. I have a form that is used to run a report, and the criteria for the queries is built in the form. The where clause can be a combination of a number of options, so I have the where clauses being dynamically built in VBA to accomplish this. This works perfectly, but where my problem comes in is that in production this report can be run by multiple users at once. I am altering the querydefs, so it appears that Access can't handle this more than one user at a time. Is there a way to make this work with multiple users? Otherwise, is there a way to notify a user that a particular report or query is being run so they don't attempt to run it at the same time as another user? Any help is appreciated.
JR
JR