BB2007
03-13-2007, 02:57 AM
Hello,
I have a problem printing barcodes; my reader will not detect the printed barcode. Others work and I do not usually have a problem but here I go.
I have a simply table with fields ‘Room’ and ‘Shelf’, then I have a form that print these for scanning. Once scanned we have a program that uploads the barcodes and puts them into the separate Room and Shelf fields within our database.
Here are the examples of code I have been trying to be able to capture the barcodes:
="*"+([Shelf!Room]+shelf([Shelf!Shelf]))+"*"
="*"+([Shelf!Room]& shelf([Shelf!Shelf]))+"*"
="*" & [Shelf!Room]+shelf([Shelf!Shelf]) & "*"
Any ideas would be greatly appreciated.
Thanks.
I have a problem printing barcodes; my reader will not detect the printed barcode. Others work and I do not usually have a problem but here I go.
I have a simply table with fields ‘Room’ and ‘Shelf’, then I have a form that print these for scanning. Once scanned we have a program that uploads the barcodes and puts them into the separate Room and Shelf fields within our database.
Here are the examples of code I have been trying to be able to capture the barcodes:
="*"+([Shelf!Room]+shelf([Shelf!Shelf]))+"*"
="*"+([Shelf!Room]& shelf([Shelf!Shelf]))+"*"
="*" & [Shelf!Room]+shelf([Shelf!Shelf]) & "*"
Any ideas would be greatly appreciated.
Thanks.