G
George
I have an unbound ComboBox that gets its list from a
query. Once I select a line from the ComboBox, it passes
an ID number to the form which populates the fields from
the proper record.
I have the AfterUpdate macro working which passes the ID
number of the selected line in the list.
The problem is that the query should be rerun each time so
that the user has a complete list from which to choose.
I "think" that this is a Requery, because it is associated
with a combobox, but I've tried to attach it the OnEnter
event and the GotFocus event and neither one works. Also,
if I'm right and it is a Requery, do I specify the Unbound
Combo Box name. Help, says no if the combo box source is
a query (True).
Thanks for your help.
query. Once I select a line from the ComboBox, it passes
an ID number to the form which populates the fields from
the proper record.
I have the AfterUpdate macro working which passes the ID
number of the selected line in the list.
The problem is that the query should be rerun each time so
that the user has a complete list from which to choose.
I "think" that this is a Requery, because it is associated
with a combobox, but I've tried to attach it the OnEnter
event and the GotFocus event and neither one works. Also,
if I'm right and it is a Requery, do I specify the Unbound
Combo Box name. Help, says no if the combo box source is
a query (True).
Thanks for your help.