NightFeeder
Programmer
I have a tblcall, the primary key (keyCallID) is autonumber, which I do not want to change. For faster search purpose.
I have fields CallDate and CallNumber, which consists of today's date and the n-th number of todays call. E.g. 01-01-01 up to 01-01-80 (there where 80 calls on the first of Jan.) On the 2nd of Jan the the counter must reset to 1 thus 01-02-01...01-02-90 (90 calls on the second of Jan.)
How will I go about to set the CallNumber (only display 1-80)for CallDate(01-01-2002)? This process should be automatic each time a new call is loged.
Thanx.
I have fields CallDate and CallNumber, which consists of today's date and the n-th number of todays call. E.g. 01-01-01 up to 01-01-80 (there where 80 calls on the first of Jan.) On the 2nd of Jan the the counter must reset to 1 thus 01-02-01...01-02-90 (90 calls on the second of Jan.)
How will I go about to set the CallNumber (only display 1-80)for CallDate(01-01-2002)? This process should be automatic each time a new call is loged.
Thanx.