Export Formulas

B

Brook

Good Day..

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

Thanks,

Brook
 
A

Allen Browne

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

Brook

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