Jester1147
Registered User.
- Local time
- Today, 17:50
- Joined
- Mar 27, 2009
- Messages
- 13
So here is my question...
Using a form_load and if/then for enabling/disabling some fields depending on if a particular checkbox is checked... is there a way to have this process reset after a new record loads? Currently if checkbox A is selected, fields 1,2,3 and 4 can be filed (using the AfterEvent() ). But if i go to the next record, even tho checkbox A is not selected, the fields are still open because of the previous record updates.
Is there a record_load function that will work the same as the form load?
Thanks
Using a form_load and if/then for enabling/disabling some fields depending on if a particular checkbox is checked... is there a way to have this process reset after a new record loads? Currently if checkbox A is selected, fields 1,2,3 and 4 can be filed (using the AfterEvent() ). But if i go to the next record, even tho checkbox A is not selected, the fields are still open because of the previous record updates.
Is there a record_load function that will work the same as the form load?
Thanks