support
Code39 barcode Access database Code39 Barcode
code39 barcode
Price: US$99
Microsoft Office Marketplace logo
code39 barcode download code 39 barcode image code39 barcode software order


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. Copy all true type fonts (*.ttf) under fonts folder to your c:\Windows\Fonts folder.


2. Open DOS prompt. If you are using Windows Vista or Windows 7, please Open DOS prompt as administrator.
Please go to the following folder
CD C:\Program Files (x86)\Common Files\Barcodesoft\FontUtil
Type in the following DOS command to register crUFLbcs.dll
regsvr32 crUFLbcs.dll
code39 barcode

If registration fails, please use the following DOS command to register it.
Regtlibv12 is a utility of Windows .NET Framework 2.0.
Regtlibv12 _cruflbcs.tlb

3. Start Microsoft® Access® and change security level
If you use Access 2000 or Access 2003, please click menu Tools ==> Security ==> User Level Security Wizard. Set security level to “Enable All Macros”.
If you use Access 2007, please click Microsoft Office Button code 39 office
Then click “Access Options”, it will popup a dialog. Choose “Trust Center”, click “Trust Center Settings”. Set macro settings to “Enable all macros” as shown below.
code 39 access database

4. Press Alt+F11 in Access to open Microsoft® Visual Basic editor.
code39 barcode




5. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 1.0 Type Library as shown below. Then click OK button.
code39 bar code




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

If Code39 function looks different from the codes below,
please copy and paste the following code snippet to replace it in barcodesoft module.

Public Function Code39(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
Code39 = obj.Code39(strToEncode)
Set obj = Nothing
End Function

Public Function Code39Check(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
Code39Check = obj.Code39Check(strToEncode)
Set obj = Nothing
End Function

Public Function USSCode39(strToEncode As String) As String
Dim obj As cruflBCS.CLinear
Set obj = New cruflBCS.CLinear
USSCode39 = obj.USSCode39(strToEncode)
Set obj = Nothing
End Function



7. Close Visual Basic and go back to your Access database. Now, create a report in Design view and type in one of the following macros in the field where you want to show code39 barcode before apply font typeface, such as Code39mHr:
=code39([data.code])
=code39Check([data.code])
=USSCode39([data.code])

Please notice that 'data' is the Table name, 'code' is the Field name.
code39 barcode macro



8. Right click the field you want to display code39 barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field, such as code39mHr.
code39 barcode font



For more information about code39 barcode, please click Code39 barcode.

code39 barcode Access database downlaod code 39 barcode image code39 barcode Access database order

Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.

Barcodesoft Phone Support
+1-866-500-1818

Barcodesoft eMail eMail
Technical Support