Add a field to a form that is record number

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

Guest

Is there a way to set a function to a field control source that will just
number the record? Example below, I am looking on how to program column #3

Name City Record #
John Chicago 1
Steve Detroit 2
Terry Honolulu 3
 
John said:
Is there a way to set a function to a field control source that will just
number the record? Example below, I am looking on how to program column #3

Name City Record #
John Chicago 1
Steve Detroit 2
Terry Honolulu 3

You should be able to adapt this:
http://www.lebans.com/rownumber.htm

Note that doing this in a reports is much easier using a
RunningSum text box.
 

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