Automatically select an item in a combo box through VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box with the 7 days of the current week. I want to create
buttons for each of the days. When the user clicks on the button I would like
to have that item automatically (through VB) selected in the combo box. Any
help would be appreciated.
 
Hi,


A combo box has just one possible value, so you can assign it.

A frame box, in Access, also has a Value property. Me.Frame0.Value=2
will select the second radio button in the frame.


Hoping it may help
Vanderghast, Access MVP
 
Back
Top