Snapshot viewer for 97

  • Thread starter Thread starter Bob Hughes
  • Start date Start date
B

Bob Hughes

I developed a program in office 2K. When I convert it to 97 The line
DoCmd.SendObject acSendReport, "RptTaxReciepts", acFormatSNP, _
says variable not defined It points to acFormatSNP
What do I use in access 97 to mail a report in snapshot format?
Bob
 
Bob Hughes said:
I developed a program in office 2K. When I convert it to 97 The line
DoCmd.SendObject acSendReport, "RptTaxReciepts", acFormatSNP, _
says variable not defined It points to acFormatSNP
What do I use in access 97 to mail a report in snapshot format?
Bob

Use "Snapshot Format" including the quotes.
 
Back
Top