B
bhipwell via AccessMonster.com
Hello,
I have a table that has the following fields:
ItemID
MinimumAge
Cost
The data would look like this:
1234 25 $100
1235 30 $200
1236 35 $300
1237 40 $400
I have another table with the following:
PersonID
LastName
Age
The data would look like this:
1234 Jones 26
1235 Smith 42
What I need is a query that returns the Cost corresponding to the persons age.
Thanks in advance!
Brandon
I have a table that has the following fields:
ItemID
MinimumAge
Cost
The data would look like this:
1234 25 $100
1235 30 $200
1236 35 $300
1237 40 $400
I have another table with the following:
PersonID
LastName
Age
The data would look like this:
1234 Jones 26
1235 Smith 42
What I need is a query that returns the Cost corresponding to the persons age.
Thanks in advance!
Brandon