PDA

Click to See Complete Forum and Search --> : when changing record


ElyBert
Jul 13th, 2004, 04:14 AM
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

BrianB
Jul 16th, 2004, 04:56 AM
Buttons have an 'Enabled' Property so you will need to set this at suitable places in your macro.