how to print in design mode?

J

Janis

I need to print out the fields in a make query and some other queries in
order to change a report output. I need all the field names. I can't figure
out how to print it because there is no file menu?
tnx,
 
K

KARL DEWEY

Try clicking on TOOLS - Analyze - Documenter. Select your queries and then
select the appropriate options.
 
J

John Spencer

Select View: SQL from the menu
Copy the SQL statement and paste it into Word or any text application
Print the text document
 
Top