I'm trying to populate a combo box on a form by inserting this query:
into the Row Source property of the combo box control. The Row Source Type is set to Table/Query. The query is a stand alone query (not just typed into the Row Source property).
Every time I try to save the form or switch to form view, I get the error message: Microsoft Access has encountered a problem and needs to close.
Here is what I've tried so far:
I don't know what else to try. Can you help me or is there any more information I can provide to help you to help me solve this problem?
Code:
SELECT * FROM menu WHERE NOT submitted;
Every time I try to save the form or switch to form view, I get the error message: Microsoft Access has encountered a problem and needs to close.
Here is what I've tried so far:
- recreated the combo box
- rewritten the query
- compacted and repaired the database
- created a new database and imported all my tables, form, reports, queries, macros, and modules
I don't know what else to try. Can you help me or is there any more information I can provide to help you to help me solve this problem?
Comment