S
Steve'o
Server = SQL Server 2000 SP3a
Client = Access 2000 data project
Im trying to ouptut a form to snapshot view, this surely must be possible as
it works fine in the reports. I've tried coding it with:
DoCmd.OutputTo acOutputForm, "frmMyFormP", acFormatSNP, "c:\temp"
Which results in:
Run-time error '2282':
The formats that enable you to output data as Microsoft Excel, rich-text
format, MS-DOS text, or HTML file are missing from the Windows Registry
This works fine for a report, surely there is a way to hack the resgistry to
get it to work in Access Forms as well.
The other outputs, xls, asp, html etc are useless as they totally screw the
formating.
I have a complicated form which has taken quite a while to write, what
options do I have eg
1. Re-write the whole thing again as a report (ie have both)
2. Buy Adobe Acrobat and get it to spit out a pdf file
Any othe suggestions? Much appreciated!!!
Steve'o
Client = Access 2000 data project
Im trying to ouptut a form to snapshot view, this surely must be possible as
it works fine in the reports. I've tried coding it with:
DoCmd.OutputTo acOutputForm, "frmMyFormP", acFormatSNP, "c:\temp"
Which results in:
Run-time error '2282':
The formats that enable you to output data as Microsoft Excel, rich-text
format, MS-DOS text, or HTML file are missing from the Windows Registry
This works fine for a report, surely there is a way to hack the resgistry to
get it to work in Access Forms as well.
The other outputs, xls, asp, html etc are useless as they totally screw the
formating.
I have a complicated form which has taken quite a while to write, what
options do I have eg
1. Re-write the whole thing again as a report (ie have both)
2. Buy Adobe Acrobat and get it to spit out a pdf file
Any othe suggestions? Much appreciated!!!
Steve'o