Access
Barcodes in Access database reports

 Standard or higher

Barcodes in an Access database report

Access 365, 2024, 2021, 2019, 2016, 2013, 2010
ActiveBarcode: How to add barcodes to a report.

Here we show you how to add a barcode into a Access database report and bind it to a data field.

1


First, launch Access and create a new database or open an existing one to which you want to add a barcode. A simple database could look like this:

ActiveBarcode: Barcode, Access

2


Next create a new report.

ActiveBarcode: Barcode, Access

3


Now add the ActiveBarcode control to the report. You must be in Design Mode to do this.

ActiveBarcode: Barcode, Access

4


Select the Design tab. Click on the button Insert ActiveX control from the range of Controls.

ActiveBarcode: Barcode, Access

5


A dialog will show up:

ActiveBarcode: Barcode, Access

6


Select ActiveBarcode and click OK. Now the barcode object will be placed in your report. This will be a standard barcode of EAN-128 type. This is the default type.

ActiveBarcode: Barcode, Access

7


You can now modify this barcode. You can change the type, text, colors, etc. To do so, right-click inside the barcode. A pop-up menu will open:

ActiveBarcode: Barcode, Access

8


Select ActiveBarcode Object followed by Properties. The ActiveBarcode property dialog will open. You can modify the barcode however you like here.
For example you can change the type to any barcode type supported by ActiveBarcode: QR Code, GS1/EAN-128, Data Matrix, GTIN/EAN-13, Code 39, Code 93, GS1-Data Matrix, Code 128, PDF417, DUN-14, EAN-8, EAN-14, EAN-18, ISBN, ITF-14, NVE, PZN8, SCC-14, SSCC-18, ...

Now place and resize the barcode element for your needs.

ActiveBarcode: Barcode, Access

9


Next we bind the controls text property (the barcodes content) to the data field Code of the database. Select the Design tab. Click on the button Property sheet from the range of Tools.

ActiveBarcode: Barcode, Access


10


Have a look for the entry Control Source and change it to Code. This is the data binding:

ActiveBarcode: Barcode, Access

11


Now close the design mode and switch to report view:

ActiveBarcode: Barcode, Access

12


Watch the result:

ActiveBarcode: Barcode, Access

13


The barcode control is bound to the data base field and shows the code of the current data set as EAN-128 barcode.

Hint: The report is designed at a lower resolution than the one used for printing. Therefore, you must create the barcode control with a much larger font size than you would normally use. Otherwise, the text line under the barcode may appear very small in your printout.