Runtime error 3021

Len Lee

New member
Local time
Today, 16:24
Joined
Apr 16, 2001
Messages
9
I have a combo box on my form that allows the user to move to an existing record. Everything has been working fine. I have a Switchboard with a button to open this form. It opens to the first record in the underlying table. That is until today it did. Now, all of a sudden, when I open the form it dislays no records. When I select a record from the combo box, I get a runtime error 3021 "No current record". I've looked at the table and the records are there. The only changes I've made in the last 2 weeks to this db were just some field position adjustments on a report in design mode. What could be causing this behavior?
 
The criteria of the recordsource for your combobox may be filtering out all data.
 
Thanks llkhoutx, I thought of that too. I had to get this form up and running again yesterday , so I just gave up and re-created the form and it's code and all is well again. I sure wish I new what had caused it.
 

Users who are viewing this thread

Back
Top Bottom