ACC2K2/SS7
I have a simple unbound form that I added a comboBox to. My reset
routine loops through all controls & resets all acTextbox &
acComboBox's to null after cmdSave_Click. When the new ComboBox
failed to "reset" I inserted a debug.print ctl.name & found that it
(and it's label) are not included in the Form's control collection.
How can this be? Could a certain library reference be missing?
I've tried: Deleting & re-adding, compact & repair, Repair Access
thru SetUp.exe, All service packs, different ADODB versions. I
created a new form & add the identical controls & it works so i'm
thinking this is a bizarre bug of sorts.
Thanks