|
-
Feb 1st, 2002, 08:40 AM
#1
Thread Starter
Hyperactive Member
carrying data between forms
I have a form on which the user makes a selection.
The selection prompts another form to open. The form is used for two variations of the selection.
The user has these options:
x1
x2
y
If x1, then some of the textboxes are disabled, etc.
How do I get the value (1 or 2) to the new form? I could use a global variable I suppose, but isn't there a better *cleaner* way? If it was a procedure running I would pass the value byval or byref, but how do you do this for a form_load()?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|