cannot open the design view of a querie

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
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.
 
Back
Top