Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rescue a corrupted query 1

Status
Not open for further replies.

simon551

IS-IT--Management
May 4, 2005
249
Hi,
I get this message when I try to run, view, change, design my query: Syntax Error in FROM Clause.

I can't open the query for modification. Is there a way to work around this errror?
 
Press Ctrl+G to open the immediate window. Then type in something like:
Code:
? CurrentDb.QueryDefs("qselYourQuery").SQL
You might need a reference to the MS DAO library in order to do this.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top