Barcode

  • Thread starter Thread starter Chamroeun
  • Start date Start date
C

Chamroeun

Could you please let me know more detail on Barcode build
up in Microsoft Access 2002 from SCRATCH ?

Many Thanks in advance :-)
 
Chamroeun said:
Could you please let me know more detail on Barcode build
up in Microsoft Access 2002 from SCRATCH ?

Barcodes mean

1) a means of reading them. These devices usually fit between your
keyboard and your computer and mimic someone keying in the code
directly. All you need to do in your app is a little forms design to
ensure someone can continuously feed bar codes into your app and
change the quantity occasionally.

2) A means of printing them. Choose the proper barcode and locate an
appropriate font. Place the font file on all the systems which will
be printing bar codes. On the report(s) change the font on a field to
use the bar code font. Some bar codes like having *s before and after
while others like check digits.

For more info and links see the Using bar codes within an application
page at my website at http://www.granite.ab.ca/access/barcode.htm

Tony


--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
The easiest way to print bar codes from an Access database would be to
use a bar code ActiveX control that is designed specifically for this
purpose.
With a bar code ActiveX control, you just drop the control into a
report, bind it to a field in a table or query and when you print your
report, the bar codes get printed automatically for you.

The best bar code ActiveX control available is from TAL Technologies.
Visit the following URL for more information:
http://www.taltech.com/TALtech_web/products/activex_barcodes.html
You can download a demo version of the TAL Bar Code ActiveX control
from the above web page. The demo comes with a sample Access database
that demonstrates how to use the control in Access.
 
Back
Top