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

Command Button

Status
Not open for further replies.

LELOA

Technical User
Nov 12, 2003
13
US
Hi
I have 2 comboboxes on my form. What I want to do is the user has vendor pn he types that end one combo box but, the next entry he may have to go into the other combobox. What I want to do is once he clicks into the combobox is clears the previous.

how can I make this happen
 
You could add code to the On Got Focus of one combo box to set the other combo box to Null.
Me.cboFirstCombo = Null

Duane
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top