Corrupted Form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I associated an action query to a combo box by accident. I then changed the
query and still got the "An action query cannot be used as a row source"
error. I then went on to completely not using a query at all, and still
recieved the error. Does this mean that the Form is now corrupt? I rebooted
and everything else I can thinik about, deleted the control and added a new
one, same error. Any suggestions?
 
I associated an action query to a combo box by accident. I then changed the
query and still got the "An action query cannot be used as a row source"
error. I then went on to completely not using a query at all, and still
recieved the error. Does this mean that the Form is now corrupt? I rebooted
and everything else I can thinik about, deleted the control and added a new
one, same error. Any suggestions?

Did you Compact and Repair the database? I'd certainly try removing
the combo, compacting, and recreating the combo. Also open the VBA
editor (Ctrl-G) and use the binoculars to search the project for the
combo box name and for the query name - there might be some buried
code somewhere referencing one or the other.

John W. Vinson[MVP]
 
Back
Top