cannot open the design view of a querie

S

SHIRA

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.
 
Top