Hi,
I would like to have a calculated field (count field) in a table which increments automatically if a user (user field) enters a record. So some sample data might look like the following:
User, count, other stuff
------------------------
JOE, 1, otherStuff
JOE, 2, otherstuff
JOE, 3, otherstuff
SALLY, 1, otherstuff
The next time JOE creates a new record I would like the count to be automatically set to 4. If a new user, FRANK, enters a new record, I would like it to automatically default to 1.
Regards,
Zenon