Connecting Tech Pros Worldwide Forums | Help | Site Map

Convert No To Barcode

Member
 
Join Date: Nov 2007
Location: USA
Posts: 101
#1: Dec 31 '07
Hi,
My Project is in MS Access.
I want to generate barcode for No.
Like when i enter no in textbox and click on button then it will convert that no to barcode.
is it possible or not?

Megalog's Avatar
Expert
 
Join Date: Sep 2007
Posts: 273
#2: Dec 31 '07

re: Convert No To Barcode


I did this on a job a few years back, when I had to make a report in access to print out stock labels using bar codes. As far as I know, access has no native support for bar codes, etc.. What I ended up doing was just outputting the number to a field that used a bar code font. The font was supplied to me, so I'm not sure if they're universal or if you have to use one that comes with whatever system you'll be scanning them with, etc.
Minion's Avatar
Expert
 
Join Date: Dec 2007
Posts: 98
#3: Dec 31 '07

re: Convert No To Barcode


Quote:

Originally Posted by Megalog

I did this on a job a few years back, when I had to make a report in access to print out stock labels using bar codes. As far as I know, access has no native support for bar codes, etc.. What I ended up doing was just outputting the number to a field that used a bar code font. The font was supplied to me, so I'm not sure if they're universal or if you have to use one that comes with whatever system you'll be scanning them with, etc.

I too have used a similar method in producing bar codes. Unfortunately the font was not supplied to me so I had to find one that works. There are several versions of bar code formats so you may have to search for one that works. However, I would first look in the install directory for the reader software and see if there is one present there. Sometimes they will have it for use with generation. Otherwise you'll need find the one that works. Most systems will use an ISO standard barcode so this could be a good starting point for you search.

Hope this helps.

- Minion -
Member
 
Join Date: Nov 2007
Location: USA
Posts: 101
#4: Dec 31 '07

re: Convert No To Barcode


Quote:

Originally Posted by Minion

I too have used a similar method in producing bar codes. Unfortunately the font was not supplied to me so I had to find one that works. There are several versions of bar code formats so you may have to search for one that works. However, I would first look in the install directory for the reader software and see if there is one present there. Sometimes they will have it for use with generation. Otherwise you'll need find the one that works. Most systems will use an ISO standard barcode so this could be a good starting point for you search.

Hope this helps.

- Minion -

Hey Thanks for ur reply.Let me see what i will find.
missinglinq's Avatar
Moderator
 
Join Date: Nov 2006
Location: Richmond, Virginia USA
Posts: 3,000
#5: Dec 31 '07

re: Convert No To Barcode


Tony Toews' site is a must see if you're working with barcodes! He gives advice on using them within apps (Access and others) as well as a number of links to free barcode fonts! Also a link to another excellent article by a gentleman named Joel Spolsky.

http://www.granite.ab.ca/access/barcode.htm

Linq ;0)>
Member
 
Join Date: Nov 2007
Location: USA
Posts: 101
#6: Dec 31 '07

re: Convert No To Barcode


Quote:

Originally Posted by missinglinq

Tony Toews' site is a must see if you're working with barcodes! He gives advice on using them within apps as well as a number of links to free barcode fonts!

http://www.granite.ab.ca/access/barcode.htm

Linq ;0)>

I am using the same site getting font from it.thanks
Reply