J
Jasmine
I need some help with figuring this problem.
I have a table called - RETENSION with the following Fields-
ID ( Autonumber)
ISSUE AGE ( Number)
ISSUE AMT ( Number)
I have a Table Called - CLIENT with the following Fields
ID ( Autonumber)
CLIENTNAME (Text)
DOB (Date/Time)
AGE (Number)
This is a sample data in the Retension Table:
ISSUE AGE ISSUE AMT
0-24 $5,000,000
25-70 10,000,000
71-75 5,000,000
76-80 2,500,000
81-85 1,250,000
I have a Client Form for the client table .
Using Dlookup I want to be able to lookup the Client Age within the Age
constraint
and return the Issue Amount
Don't know if Dlookup is the most smartest way to do this.
Was thinking of some query - but don't know the syntax
I hope I'm not asking for the imposible or if there's a more simpler way.
Thanks.
I have a table called - RETENSION with the following Fields-
ID ( Autonumber)
ISSUE AGE ( Number)
ISSUE AMT ( Number)
I have a Table Called - CLIENT with the following Fields
ID ( Autonumber)
CLIENTNAME (Text)
DOB (Date/Time)
AGE (Number)
This is a sample data in the Retension Table:
ISSUE AGE ISSUE AMT
0-24 $5,000,000
25-70 10,000,000
71-75 5,000,000
76-80 2,500,000
81-85 1,250,000
I have a Client Form for the client table .
Using Dlookup I want to be able to lookup the Client Age within the Age
constraint
and return the Issue Amount
Don't know if Dlookup is the most smartest way to do this.
Was thinking of some query - but don't know the syntax
I hope I'm not asking for the imposible or if there's a more simpler way.
Thanks.