eileen1309
Programmer
I have a two tables let's say table1 and table2
Table1 is where I set the seeds
Program
AlphaCode
Seed
Edate
Xdate
Table2 is where I need to update a field with the current AlphaCode+Seed.
DateofLoss
Prg
LegacyClmno
Prgclmno
What I am looking to do is compare the date of loss to the edate and xdate of Table 1 to ensure that I have the correct starting seed else I want it to dmax the prgclaimno for that prg +1
I've tried several dlookup expressions but can't seem to get it to change to the next number.
Any help would be appreciated.
Table1 is where I set the seeds
Program
AlphaCode
Seed
Edate
Xdate
Table2 is where I need to update a field with the current AlphaCode+Seed.
DateofLoss
Prg
LegacyClmno
Prgclmno
What I am looking to do is compare the date of loss to the edate and xdate of Table 1 to ensure that I have the correct starting seed else I want it to dmax the prgclaimno for that prg +1
I've tried several dlookup expressions but can't seem to get it to change to the next number.
Any help would be appreciated.