Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form events

Status
Not open for further replies.

dabones99

Technical User
Oct 4, 2002
20
US
Hi all

I have a form with two check boxes, that are bound to two separate fields in a table. When I click on checkbox1 I disable a command button2, when I click checkbox2 I enable that button and disable command1.

Works perfectly - except when I navigate through the records then whatever state the buttons are in for the first record that is how they stay for all the other records.

Is there a form event where I can put my code do the disabling/enabling for the buttons?
 
How are ya dabones99 . . . . .

You ned to put your code in the [blue]On Current[/blue] event of the form. The buttons will change accordingly as you navigate records.

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top