I've been attempting to do this same thing, with no luck at all. I am
already running another thread (Auto Numbering Primary Key), and tried all of
the recommendations, to no avail.
I know there must be an easy fix, but I am at a loss to do it. I thought I
had a few months to work on the database, create forms, reports, etc., but
that has been shortened to a few weeks - this for someone with only 2 basic
classes of Access.
Please take pity on me, Oh Great Ones!!!
Linda
Klatuu said:
This rountine will give you the next number for any contineous number in a
table.
NextNum = DMAX("[FieldNameWithNumber]", "Table Name With Number") + 1
The only issue you have to be concerned with is if you are in a multi user
environment, it is possible that two users could get the same number.
:
I would like to create a form that remains the same except for the number.
The number will be contineous, ie: checks, control batch numbers, invoice
numbers.