generating a sequential number

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

Guest

How can I design a report/form that will be able to generate the next
sequential number on this report/form upon printing.
 
Dead simple on a report. Just add a text box with properties:
Control Source =1
Running Sum Over Group
Format General Number

If you need to do it in a form, regardless of how the form is sorted or
filtered, see:
http://www.lebans.com/rownumber.htm
 

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