Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sharing variables or not

Status
Not open for further replies.

JeroenNL

Programmer
Nov 28, 2002
217
0
0
NL
Hi there,

Suppose I have 1 database that contains 1 VBA module with a public variable like this:

public myCode as string

Now 2 users open the database at the same time and change the value of the myCode variable. Will there be 2 seperate Access instances and will the users be able to work with the myCode variable seperately? Or are they in fact sharing the variable?

Bye,
Jeroen

A 3D editor project
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top