Auto Counter

M

Mark S

Hello

I am creating an invoice form and would like to have an
invoice number increment each time a new form is created.
We do not want the users creating their own numbers or
trying to remember the last number used.

How can this be done?
 
D

David Fries [MSFT]

If you choose "New from Data Source" from the "Design a Task" task pane, and
complete the Data Connection Wizard, this may be what you're looking for.

Just set Auto-Increment on an id field in your database, and you should be
good to go.

Thanks,
Dave
 
Top