Hello everyone,
I am almost complete with a shipping label project, and I've hit a snag I can't get around.
What I have is a report, which pulls in multiple fields from multiple tables. The report has 8 or so barcodes on it, which are generated by putting the field in the control source. Easy. The barcodes are from Tec-It ActiveX controls.
I have one barcode, a 2D (PDF417) barcode, that needs to effectively contain/display the info from all the other barcodes on the label, in a specific order and format.
Unlike the other barcodes, the PDF417 refuses to display anything when putting an expression in the control source such as
=ITEMID+QTY+PO
=me.label2+me.tbarcode3+me.text12
=[me.label2]+[me.tbarcode3]+[me.text12]
etc. I apologize if my expression/coding is wrong, but I've tried a number of things.
I looked into somehow assigning a variable with all the values from the form, so I could put the variable in the control source to see if that would work, but not so far...and I'm sure I'm not doing it right because I haven't done much in Access with variables.
If you could point me in a direction that would be helpful, I would greatly appreciate it.
Thank you,
Adam