Troublesome combo box

jkfeagle

Codus Confusious
Local time
Today, 15:35
Joined
Aug 22, 2002
Messages
166
I have a combo box on a subform that is based on a table that is cleared every time the form is closed. The table is repopulated each time the form opens with information from a webpage.
Note: the subform is not linked to the main form. The reason behind it not being linked has no bearing on the problem however. The problem is the combo box works fine the first time I use it after adding it to the form. After that, I see the values in the list but when I go to select one of them, I get a 'No current record' error. The same thing happens whether I use it as a subform or an independent form. Anybody have any ideas?
 
I have been able to isolate the problem to the fact that the macro that populates the table during the On_Load portion of the form. When populating the table prior to loading, the problem does not exist. I am still working on exactly why this happens but if anyone can shed some light on it and save me some time would be greatly appreciated.
 

Users who are viewing this thread

Back
Top Bottom