bar code labels

G

Guest

do you have a sofware that has an automatic counter so that the numbers
wouldn't have to be typed in manually?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-bda1-73dd5d775412&dg=microsoft.public.access
 
J

John Vinson

do you have a sofware that has an automatic counter so that the numbers
wouldn't have to be typed in manually?

Yes. It's called an Autonumber and it's a standard feature in all
Access databases.

It is somewhat limited - autonumbers will always have gaps (it's not a
"record counter", it's an automatic unique identifier), and it can
become random. If you use http://groups.google.com to search this and
the other Access newsgroups for "Custom Counter" you'll find many
examples of VBA code you can add to a database to provide your own
sequential number.

John W. Vinson[MVP]
 

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