J
javablood
I am using two combo boxes in a form (Form1) to update records in a table.
cbo1 contains a list of names that are incorrect and cbo2 contains the
correct names. I use an update query (SQL) using the selected names from
cbo1 & cbo2. I then have a popup form (Form2) (in dialog mode) to ask
whether additional records require updating. I requery cbo1 to make the list
current and all is working but . . . when Form2 closes and Form1 is restored
the last selection in cbo1 is still there. I have tried numerous 'fixes'
from the discussion groups to 'clear' the selection but to no avail.
Any help is much appreciated.
Thanks,
cbo1 contains a list of names that are incorrect and cbo2 contains the
correct names. I use an update query (SQL) using the selected names from
cbo1 & cbo2. I then have a popup form (Form2) (in dialog mode) to ask
whether additional records require updating. I requery cbo1 to make the list
current and all is working but . . . when Form2 closes and Form1 is restored
the last selection in cbo1 is still there. I have tried numerous 'fixes'
from the discussion groups to 'clear' the selection but to no avail.
Any help is much appreciated.
Thanks,