cannot open the design view of a querie

G

Guest

In one of the queries that I wrote, I am trying to open the design view and
acees won't let me,why?
 
V

Van T. Dinh

It sounds like your Query is corrupted. This happened to me once or twice.

Try Repair & Compact the database. If it still doesn't open in Design/SQL
view, just delete and re-create it.
 
D

Duane Hookom

First try to open the debug window by pressing Ctrl+G. Type something like
this into the window;
? currentdb.QueryDefs("qselYourQueryName").SQL
You can copy the SQL view (if provided) into a new, blank query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top