Save form as report and export as SNP file

G

Guest

I am working with Access 97. I want to, through VBA, save a form as a report
and then export as a SNP file. Any code you have would be appreciated.
 
A

Alex Dybenko

Hi,
you can just output form directly:
DoCmd.OutputTo acOutputForm, "MyForm", acFormatSNP, "C:\My Documents\", True
 

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

Top