G
Guest
Hello all, and thank in advance.
I'm wanting to print a label from access. The date is only on a form, not
in a table. I made a form with the needed fields and then made a report with
the layout I need. How do I pass the fields from the form to populate the
data needed on the report?
I tried this, but does not work
vbank = bank
DoCmd.OpenReport "BoxlabelStock", acNormal, "", ""
I'm wanting to print a label from access. The date is only on a form, not
in a table. I made a form with the needed fields and then made a report with
the layout I need. How do I pass the fields from the form to populate the
data needed on the report?
I tried this, but does not work
vbank = bank
DoCmd.OpenReport "BoxlabelStock", acNormal, "", ""