Hi
am changing my database to use new knowledge gained - thanks one and all.
Can I just confirm that a global variable remains as long as the database is open.
A local variable remains as long as the form is open
A temporary variable is used for temporary items within a set sequence of actions
To explain my project is now becoming for me rather large.
At the top of each form is one of two text sequences and I though I could create a form to hold the text in fields and then on database load create global variables to hold the values. The call these values into each form.
Then when the secretary or phone number or anything changes I only have to change one line.
I though a global variable was the way to go????
thanks
Ian