G
George
Dear friends, your valuable help is needed again,
I have a table - T_Issues with the following fields:
RadioSN (text) - Primary key
DateIssued (date) - Primary key
EmployeeCode (text) - Primary key
SN - Number Integer
On a form, based on this table I need to increment the SN by one (this is
easy, using the dmax +1).
My difficulty is to reset the SN each year, e.g. I have recorded 200 records
in year 2007 and therefore the greatest SN is 200. Now, at the beginning of
2008 (and following years) I need to reset the SN back to 1 and then to be
increased by 1.
Thanking you in advance,
GeorgeCY
I have a table - T_Issues with the following fields:
RadioSN (text) - Primary key
DateIssued (date) - Primary key
EmployeeCode (text) - Primary key
SN - Number Integer
On a form, based on this table I need to increment the SN by one (this is
easy, using the dmax +1).
My difficulty is to reset the SN each year, e.g. I have recorded 200 records
in year 2007 and therefore the greatest SN is 200. Now, at the beginning of
2008 (and following years) I need to reset the SN back to 1 and then to be
increased by 1.
Thanking you in advance,
GeorgeCY