Bar code

S

Søren Rahbek

Bar code with Access

Can Access make reports with bar codes based on data from
the database.
 
S

SA

Soren:

Yes, Access can do bar codes. All you need for a standard bar code is a
Code-39 true type font on your system. Then set the font for the control
that contains the value to display as a bar code to that font and wrap the
value in an asterisk at the beginning and end (Note you may need to rename
the control so that it doesn't reference itself.) The control source would
look like = "*" & [NameOfValueField] & "*". Do a web search for Code-39
fonts, there are many free ones out there on the web.
 
S

Søren Rahbek

-----Original Message-----
Soren:

Yes, Access can do bar codes. All you need for a standard bar code is a
Code-39 true type font on your system. Then set the font for the control
that contains the value to display as a bar code to that font and wrap the
value in an asterisk at the beginning and end (Note you may need to rename
the control so that it doesn't reference itself.) The control source would
look like = "*" & [NameOfValueField] & "*". Do a web search for Code-39
fonts, there are many free ones out there on the web.
--
Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg

Søren Rahbek said:
Bar code with Access

Can Access make reports with bar codes based on data from
the database.


.
Hi Steve, thanks for the help.

Best regrads
Søren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top