Access

Navigation:  Office 2007 & 2010 >

Access

Previous pageReturn to chapter overviewNext page

1.Copy "DataMatrixFont.dll" to the windows 32-bit system folder (e.g. "C:\winnt\system32" or "C:\windows\system32").

 

2.Open MW6_DataMatrix_Font.accdb, select "Sample DataMatrix Font Report".

Access_2

 

 

3.If you see "Security Warning, Certain content in the database has been disabled", click on "Options" to open "Microsoft Office Security Options" dialog, toggle on "Enable this content" check box.

Access_1

 

 

4.Click on "Design View", insert a Text Box into the report, set its font name to "MW6 Matrix", choose an appropriate font size.

Access_3

 

 

 

5.Click on "Database Tools", then click on "Visual Basic".

Access_48

 

 

 

6.Convert a regular string to a DataMatrix format barcode string in "Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)".

Access_4

 

 

 

7.Click on "Preview" to view DataMatrix barcodes.

Access_5