Non sequential numbered tickets?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create sequential or non sequential numbered dinner tickets for an
event?
Do I need to use excel and do a merge and how to I create this in excel if so?
 
screw Excel

write a VBA function that returns the type of incrementing value you
want and bind it to the default for the access column
 
Leslie said:
How do I create sequential or non sequential numbered dinner tickets
for an event?
Do I need to use excel and do a merge and how to I create this in
excel if so?

Auto number can do both. Random numbers, no problem, sequential, you
may need to do a compact of the database to reset the numbers and eliminate
gaps. With Autonumber there is always the possibility it may skip a number,
but rather slight if you do the compact first.

You can write your own code as well.
 

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

Back
Top