Hi
Does anyone know anything about using barcodes in reports??
I have the correct font, and I am using:
in the control source for the field.
The barcode produced doesn't seem to scan though.
I know that FoxPro uses:
and this seems to work for our FoxPro based DB.
Any thoughts appreciated.
Using Access 2007 on XpOS.
Does anyone know anything about using barcodes in reports??
I have the correct font, and I am using:
Code:
="*"+Trim([intKeyHere])+"*"
The barcode produced doesn't seem to scan though.
I know that FoxPro uses:
Code:
="*"+AllTrim(int_Key_Here)+"*"
Any thoughts appreciated.
Using Access 2007 on XpOS.
Comment