I have a button on a form that will send an access report to the address in the field "email"
if there is no email address I want it to send the report to the printer
this is the code I am using behind the button.
DoCmd.SendObject acReport, "WorkOrder Loco", "SnapshotFormat(*.snp)", , "", , "Work order for JN:" & [JnAlpha], , True,
if there is no email address I want it to send the report to the printer
this is the code I am using behind the button.
DoCmd.SendObject acReport, "WorkOrder Loco", "SnapshotFormat(*.snp)", , "", , "Work order for JN:" & [JnAlpha], , True,