Export Formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Day..

I trying to find a way to export the formulas that I have in my queries..
Is this possible?

Thanks,

Brook
 
Open you query, and switch to SQL View (View menu).
Copy the statement. It contains the formulas.

If you want to do it programmatically for all queries, you can loop through
the QueryDefs and get the SQL property of each.
 
Thank you..

Allen Browne said:
Open you query, and switch to SQL View (View menu).
Copy the statement. It contains the formulas.

If you want to do it programmatically for all queries, you can loop through
the QueryDefs and get the SQL property of each.
 

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

Similar Threads

export query with formulas to excel 2
export to xls. 2
Union all Query 1
Default value return 4
Problem with Cross qry 1
creating a compound iff statement... 7
Counting trailer numbers 2
Create a running Balance 2

Back
Top