Regards
Required a Dmax or Dcount solution which suits best as per my requirement,
I have a table named REG
Fields are:
AUTO
SERIAL
now want to have dmax with default value for SERIAL = 0 with new records will be as +1 based on each AUTO means
if Auto is 5001 then dmax shall start from 0 and adding +1 after entries of records
in short each Serial to be started from 0 and then +1 based criteria is Auto
Required a Dmax or Dcount solution which suits best as per my requirement,
I have a table named REG
Fields are:
AUTO
SERIAL
now want to have dmax with default value for SERIAL = 0 with new records will be as +1 based on each AUTO means
if Auto is 5001 then dmax shall start from 0 and adding +1 after entries of records
in short each Serial to be started from 0 and then +1 based criteria is Auto