|
-
Jul 28th, 2011, 06:31 PM
#14
Re: [RESOLVED] Runtime error '91': Object variable or with block not set
In the place where you ask if the user is satisfied and he isn't then you can do anything you want with the data input form. If you want to directly execute a Click event of one form from another form via code you would need to change the event from Private to Public and also reference the form. For example
'From Form2
Call Form1.Command1_Click
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
|