G
Guest
I have this code
DoCmd.OpenReport "Mileage POV Form", acViewPreview, , "[ID]=[Forms]![Mileage
POV]![ID]"
DoCmd.SendObject acSendReport, "[Mileage POV Form]", acFormatSNP,
[Supervisors_Email], , , "POV", False
DoCmd.Close
DoCmd.SendObject acSendReport, "[Mileage POV Form]", acFormatSNP,
[Supervisors_Email], , , "POV", False
this part is highlighted and says run time 2465. I copied this from some
place else. So I am not sure what I am doing wrong.
Thanks
Chey
DoCmd.OpenReport "Mileage POV Form", acViewPreview, , "[ID]=[Forms]![Mileage
POV]![ID]"
DoCmd.SendObject acSendReport, "[Mileage POV Form]", acFormatSNP,
[Supervisors_Email], , , "POV", False
DoCmd.Close
DoCmd.SendObject acSendReport, "[Mileage POV Form]", acFormatSNP,
[Supervisors_Email], , , "POV", False
this part is highlighted and says run time 2465. I copied this from some
place else. So I am not sure what I am doing wrong.
Thanks
Chey