Math...

1

116

I have a Results form showing the last issued number. Below that I have a
form, where the individual can see the last number issued and increment it by
one for their entry. How can I have this done for them?

David
 
R

Ronx

Where is the last issued number coming from? If it's from a database, then
make that field an autonumber field in the database and also make it the key
field for the table, then submitting the form will automatically increment
the number without any interaction from the user.

One (major) snag with having the user increment the number is that two users
may fill in the form at the same time - both will have the same "last issued
number" and thus both will submit the same number for their entries.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Top