C
clk
I have a database where I have children enrolled at a certain
provider. Each provider has multiple rates based on Traditional and
Non-Traditional Rates. Under each rate type (traditional and non-
traditional) there are a possibility of six different rates based on
age. Also, they can be full time or part time, each with different
rates. I have a query determining which of the six rates they fall
into based on their age. For example, childA is 12 months so they are
considered an infant. Code is IN. So, I have a query that determines
childA, IN, ProviderName and all possible rates for this provider both
traditional and non-traditional.
Now, I have an attendance form. On this form there is a drop-down box
for each day of the month. On the drop-down, the user has the ability
to choose FT, FN, PT, PN or X. For an example, FT means full time
traditional rate.
So for childA if FT is selected on the attendance form, I need a way
for the system to lookup the full time traditional rate...knowing that
the child is "IN" (based on age) and pick that rate.
For some reason, I just can't seem to get this to work. I am not sure
if a dlookup would work or what to use to find the rates per day per
child.
Any help would be greatly appreciated. Been spinning my wheels on
this one.
provider. Each provider has multiple rates based on Traditional and
Non-Traditional Rates. Under each rate type (traditional and non-
traditional) there are a possibility of six different rates based on
age. Also, they can be full time or part time, each with different
rates. I have a query determining which of the six rates they fall
into based on their age. For example, childA is 12 months so they are
considered an infant. Code is IN. So, I have a query that determines
childA, IN, ProviderName and all possible rates for this provider both
traditional and non-traditional.
Now, I have an attendance form. On this form there is a drop-down box
for each day of the month. On the drop-down, the user has the ability
to choose FT, FN, PT, PN or X. For an example, FT means full time
traditional rate.
So for childA if FT is selected on the attendance form, I need a way
for the system to lookup the full time traditional rate...knowing that
the child is "IN" (based on age) and pick that rate.
For some reason, I just can't seem to get this to work. I am not sure
if a dlookup would work or what to use to find the rates per day per
child.
Any help would be greatly appreciated. Been spinning my wheels on
this one.