|
|
|

Code 39 is one of the most widely used barcode symbologies. It's quite easy to implement: just put asterisks before and after your data, then apply Barcodesoft font.
With Barcodesoft Code39 package and Microsoft® Access®, it is very convenient to print code39 bar code from your Windows computer and desktop printer.
1. Start Microsoft® Access® first. Then press ALT + F11 to open Microsoft® Visual Basic editor.

2. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under
C:\Program File\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

3. Close Visual Basic and go back to your database. Now, create a report in Design view and type in one of the following macros in the field where you want to show barcode before apply font typeface:
=code39([data.code])
=code39Mod43([data.code])
Please notice that 'data' is the Table name, 'code' is the Field name.

4. Right click the field you want to display barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field.

For more information about code39, please click BarCodeSoft Code39.
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
|
|