Hi,
I have a little problem I cant fix, maybe one of you can help me.
I repair monitors and made a form to fill in the details of the monitor.
In a sub-form I fill in all the parts that I have used.
For all the parts that have a Serial number on them there will be a separate form printed when I leave the subform.(not all parts have a serial number)
-----------------------------------------
MonitorAndPart = "Not [Serial number] Is Null AND" & MonitorID
DoCmd.OpenReport stDocname2, acViewNormal, , MonitorAndPart
-----------------------------------------
"Not [Serial number] Is Null" is working perfect, so only parts with serial are printed.
But, when I havent use any parts at all and I leave the sub form then it will print a blanco form.
How can I prevent that?
Already MANY thanks!
Xiphias
I have a little problem I cant fix, maybe one of you can help me.
I repair monitors and made a form to fill in the details of the monitor.
In a sub-form I fill in all the parts that I have used.
For all the parts that have a Serial number on them there will be a separate form printed when I leave the subform.(not all parts have a serial number)
-----------------------------------------
MonitorAndPart = "Not [Serial number] Is Null AND" & MonitorID
DoCmd.OpenReport stDocname2, acViewNormal, , MonitorAndPart
-----------------------------------------
"Not [Serial number] Is Null" is working perfect, so only parts with serial are printed.
But, when I havent use any parts at all and I leave the sub form then it will print a blanco form.
How can I prevent that?
Already MANY thanks!
Xiphias