I have a continious form.
When I am on a certain record and I use the event onclick on a textbox he should dropdown the listbox beside the textbox (in the current record).
How to select the list-box of the current record.
When I am on a certain record and I use the event onclick on a textbox he should dropdown the listbox beside the textbox (in the current record).
How to select the list-box of the current record.
Code:
Me.Requery
Me.Recordset
Me!refDropDown.SetFocus
Me!refDropDown.Dropdown