|
-
Aug 20th, 2003, 07:28 AM
#1
Thread Starter
New Member
Docmd.close
Using DoCmd.Close to close a form other than the active form does not work e.g.
Active form: frmUserForm1
Form to be closed: frmUserForm2
Code: DoCmd.Close, acForm,"frmUserForm2"
Unfortunately, frmUserForm2 just sits there looking at me. Why will it not close?
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
|