JoshuaAnthony
Registered User.
- Local time
- Today, 20:43
- Joined
- Dec 18, 2003
- Messages
- 68
I am using Access 2002 and I can't seem to make the RecordExit event occur. I saw a message on this board that suggested RecordExit event no longer exists?
Basically, I want to open one particular record for the user to edit and I don't want the user to be able to traverse (letalone edit) the other records. Does anybody know how this is possible?
At the moment, I have to have a workaround where the control bound to the relevant table entry is locked so that no edits can occur. Then if the user wants to make a change they have to enter it into an unbound control. I then have to copy the information from the unbound control to the correct bound control with vb code so that it doesn't matter which record the user is currently on. Any simpler ways to do this?
Thanks
Basically, I want to open one particular record for the user to edit and I don't want the user to be able to traverse (letalone edit) the other records. Does anybody know how this is possible?
At the moment, I have to have a workaround where the control bound to the relevant table entry is locked so that no edits can occur. Then if the user wants to make a change they have to enter it into an unbound control. I then have to copy the information from the unbound control to the correct bound control with vb code so that it doesn't matter which record the user is currently on. Any simpler ways to do this?
Thanks