|
-
Apr 21st, 2000, 04:30 AM
#1
Thread Starter
Addicted Member
I don't know why this is so hard for me to do.
I have cbo boxes on one form1 I need the results of cboMonth and cboYear to be available in form2; I can't seem to get them to pass between forms; how do i do this?
-
Apr 21st, 2000, 04:34 AM
#2
PowerPoster
Add a module to your project and declare any var there (as Public):
Code:
Public MyVar as String
After the user selected something from te first combo box you'll have to apply this value to a var and then u can use it in any form of you project
-
Apr 21st, 2000, 04:39 AM
#3
Thread Starter
Addicted Member
thanks that was it
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
|