Lynn_AccessUser
Registered User.
- Local time
- Today, 07:10
- Joined
- Feb 4, 2003
- Messages
- 125
I have 2 forms. Form 2 opens as a modal pop-up form on top of Form 1 so when the user closes Form 2 the last record they were working on Form 1 is still there.
I would like to do the same thing but close Form 1. In otherwords, if the user is working on record number 1011, it will pass this record number to Form 2 and close Form 1. In turn, when the user closes Form 2 it will reopen Form 1 to record number 1011.
The reason I want to close Form 1 is because I am getting lockups when multiple users are in the db so I am hoping by minimizing the amount of data open will prevent some of the lockups.
Thanks!
I would like to do the same thing but close Form 1. In otherwords, if the user is working on record number 1011, it will pass this record number to Form 2 and close Form 1. In turn, when the user closes Form 2 it will reopen Form 1 to record number 1011.
The reason I want to close Form 1 is because I am getting lockups when multiple users are in the db so I am hoping by minimizing the amount of data open will prevent some of the lockups.
Thanks!