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

combo boxes to keep the data selected and not clear

Status
Not open for further replies.

HOMMER

Technical User
Apr 12, 2001
112
US
Problem... I need the combo boxes to keep the data selected and not clear when the enters a new record. Also, I need the data to stay until user selects something else in the list. It is not necessary for the data to be tied to a field in the table. I can not figure out how to get this result. Can someone help? I havw done the same thing with a date and this works great.

Private Sub date_AfterUpdate()
Me!date.DefaultValue = "#" & Me!date & "#"
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top