Share via

2D barcode on Access 2003 report

Anonymous
2019-01-07T15:09:59+00:00

How do I add a 2D barcode to a report in Access 2003?  I have used barcode fonts to produce "regular" barcodes from text boxes in the past.  It appears that the text string for 2D barcodes requires some unusual characters at the start and end.  How do I create those?  Thanks for any help!

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2019-01-07T18:30:44+00:00

    When I did this for a client I simply used a barcode font with a properly formatted string, that was it.  No ActiveX was required.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-01-07T17:48:02+00:00

    That's exactly where I was headed . . . 

    Thanks for that reply, Scott!  You have no idea how much I appreciate replies from my favorite MVP's!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-01-07T17:46:16+00:00

    Thanks Daniel - so does that mean that I don't have to use an ActiveX control?  I can just create the text string with the special characters in a textbox control and apply the DataMatrix font to the control?  Really hoping I'm understanding that correctly because that would be so much easier  . . . :-)

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-01-07T16:33:14+00:00

    I just prepend or append them as require in the field when they are entered originally or you can create an expression to do the same thing.  If it requires 'special' characters then you can enter them using the chr() function.

    Was this answer helpful?

    0 comments No comments
  5. ScottGem 68,830 Reputation points Volunteer Moderator
    2019-01-07T16:12:48+00:00

    We use a 3rd party tool Called Tec-It which can create 2 & 3d barcodes using ActiveX controls.

    https://www.tec-it.com/en/start/Default.aspx

    Was this answer helpful?

    0 comments No comments