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