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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command Button 1

Status
Not open for further replies.

bjarvis

Technical User
Jan 15, 2001
38
0
0
US
I have a form that has a bunch of Combo Boxes. Most of the time the user will select the same thing in each combo box. I want to have a button that the user will push and it will fill the combo boxes with the same selection. Here's an example of my code, but I can't get it to work.
[PrimaryOilFilter] , [SecondaryOilFilter] = "Changed"
 
You can only change one at a time like this:

[PrimaryOilFilter] = "Changed"
[SecondaryOilFilter] = "Changed"

HTH Joe Miller
joe.miller@flotech.net
 
That's what I was afraid of. Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top