-
when changing record
Hi all
I'm working in Access and VB, but do not have much knowledge of VB. My question is:
I have a set of records in a database, and as the user clicks the next button to scroll through the records, I want to capture that you are in a new record and set all of my buttons to inactive.
So basically:
1. Enter record
2. Turn off buttons
3. wait until user clicks in a text field
4. Enables buttons.
Hope that makes sense.
Cheers
Bert
-
Buttons have an 'Enabled' Property so you will need to set this at suitable places in your macro.