Tables in multiuser environments

  • Thread starter Thread starter Bill Mitchell
  • Start date Start date
B

Bill Mitchell

Hi,

I have some code that creates a query. Question is, in a
multiuser environment, every time a different user runs
that code, does it change the query for everyone? If so,
that would be a problem.

Also, if I have a query that is a "make-table" and a
second user runs the same query 1 minute after I run it,
does it overwrite the table my query created?

Sorry, but I dont understand the multi-user thing very
well.
 
Hi Bill

Are you using a Front End/Backend configuration?

If you you should not be having this problem.

Maurice
 
Back
Top