Help for another noob (1 Viewer)

Frag'd

New member
Local time
Today, 09:19
Joined
Jun 14, 2009
Messages
3
Hi all

I want a field in my form (and my table) that automatically updates on each new record, based on the date.

So new entries today start at 1 and increment by 1, then start over tomorrow. i've found a couple of queries online, but i'm not sure what their doing. I'm hoping that i can use this field in the future to calculate a running total per day.


Thanx
 

Poppa Smurf

Registered User.
Local time
Tomorrow, 02:19
Joined
Mar 21, 2008
Messages
448
May I suggest you have a field called date_created with the default value set to Date(). New records will have the date the record was added, then use a query to count the number of records created each day.
 

Users who are viewing this thread

Top Bottom