Hello !
I Try to send two objects reports with this code
DoCmd.SendObjec t acReport, "TEST1", "TEST2", acFormatSNP,
The reports are Test1 and Test2. But don't work because the comma passed to the format and the code no permit to write other object.
How this code permit to include two objects for send in a command botton?
Thanks everyone!
I Try to send two objects reports with this code
DoCmd.SendObjec t acReport, "TEST1", "TEST2", acFormatSNP,
The reports are Test1 and Test2. But don't work because the comma passed to the format and the code no permit to write other object.
How this code permit to include two objects for send in a command botton?
Thanks everyone!
Comment