Hi,

This should be a simple question, hopefully I get a reply

I have 2 forms, and I need to pass a variable from one form to the other form.

How do I do this?

For example, in form2, this is the screen where I ask a user to enter file location..... ie: C:\Mydocuments\text.txt

I want this information to be available in my form1.

How do I write the code? I'm not using modules, just forms...