auto fill numbering

G

Guest

I'm using access 2000 and I'm wondering if it's possible to do something like
excel does. What I'm looking to do is to be able to highlight a few serial
numbers that have already been put into the table and just drag down so that
they numbers will continue withhout having to type them all. I can't use
Auto number because the serial numbers will repeat themselves when I change
part numbers. Any suggestions??

thank you
 
A

Allen Browne

No, you can't do that in Access.

You can add records programmatically though.
See the MakeData() function here:
http://allenbrowne.com/ser-39.html

The example adds the numbers from 1 to 1000.
You can change the code to add the numbers you want.
 

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

Similar Threads

auto number in query 1
Auto Number Fill 3
Auto number in an existing table 4
Auto fill 1
Should this be two tables? 2
Auto-Populate Form Field 1
Access auto numbers 3
auto fill one field from another 2

Top