TomCarnahan
Programmer
Have a form with no recordsource, but several comboboxes that derive their datae from tables in a SQL-Server backend via ADO. I have several buttons that popup forms to edit fields in some of the tables that are sources to the comboboxes. When I return from the edited popup form, without fail, one or more of the comboboxes has one or more fields go blank.
I have tried the following in the form Activate event:
With Me
ctl.requery
ctl.recalc
ctl.refresh
.requery
end with
but inevitablely, one or more comboboxes goes blank after returning to the main from.
Does anyone have an idea how to make sure the comboboxes are consistently refreshed?
Thanks!
--- Tom
I have tried the following in the form Activate event:
With Me
ctl.requery
ctl.recalc
ctl.refresh
.requery
end with
but inevitablely, one or more comboboxes goes blank after returning to the main from.
Does anyone have an idea how to make sure the comboboxes are consistently refreshed?
Thanks!
--- Tom