Expoerting a query

Demona

How was that for ya?
Local time
Today, 14:11
Joined
May 25, 2003
Messages
27
Hi Guys,

Is it possible to export a query from a database? I don't mean the data that the query puts out (thats easy) I want to export the syntax of the query so that I can build my queries inside my code easier.

Thanks
 
Use the sql builder.

In the top left hand corner you can select between Datasheet view, Design View (standard query) and sql view.

Change it to SQL View.

You can then copy and paste the SQL into any code that you have.
 
duh ...

I knew that ... duh ... I guess thats why everybody makes fun of me when I have a 'me specific' blonde moment.

Thanks
 

Users who are viewing this thread

Back
Top Bottom