How do I print design view of a form in Access?

T

theo

I need to compare an old version with a new version, and want to print the
form in design view
 
A

Allen Browne

There is an undocumented command to save the form to a text file, so you
could then compare the 2 files.

The command is:
SaveAsText acForm, "Form1", "C:\Form1.txt"

If you need to import it from the text file, the matching command is
LoadFromText.
 
A

Alex

If its just a print out you want I always use Gadwin PrintScreen. Its
freeware and doesnt gobble up resources ..worth a try anyhow
 
T

Tom Ross

That is very useful forms, reports, queries
And thanks to theo for asking the question.

Tom
 
Top