Public strDefault As String
This is declared in a standalone Module that you create in the db window. Go to MODULES, then NEW. Type in the above, then save the module with a descriptive name.
Now the variable strDefault will be available to all the forms in your program. The only thing left to do is give it a value. You have to decide where to do that - but once that value is assigned - it will be available in any form using ... (for example)
Hi Wiz
Sorry for the delay in replying but I work away from home and only get back at weekends. I see what your saying but as I said im only a amature. You say asign a value, how do I do this?????
Chris