Text Boxes memory: Per User or Per Databae

dbrooks

Registered User.
Local time
Today, 22:59
Joined
Dec 22, 2000
Messages
35
Going on the idea, that if I set a variable to something while using the form, the next person to use the form will not have the same variable value as me, since it saves the value in my local memory.

I would like to know if everytime someone uses a form, I set a value in an unbound text box to something, if someone else uses that form at the same time, do they get my value or is the text box blank?

Any ideas on this I appreciate it. Thanks!
 
All variables are stored in memory on YOUR computer. Therefore, each user has his own set of variables even though they are sharing the same copy of the db.
 

Users who are viewing this thread

Back
Top Bottom