M
mewins
I have a page where one enters in the number of adults and children and
txtTotUnitSz auto calculates the sum. I also have a tblTAFDC which has 2
columns, 1 for the family unit size (TAFDCUnit) and another for the amount of
financial aid that unit could get (TAFDCAmt). I would like to have another
box (txtTAFDC) take the value of txtTotUnitSz, reference it with my tblTAFDC
and return the appropriate value for TAFDCAmt (so the textbox looks at
txtTotUnitSz and pulls the TAFDCAmt for when txtTotUnitSz=TAFDCUnit). Asides
from creating a combo box that runs off a query and forcing the user to
manually select for TAFDCUnit, I can't seem to make it work. Is this even
possible? Thanks
txtTotUnitSz auto calculates the sum. I also have a tblTAFDC which has 2
columns, 1 for the family unit size (TAFDCUnit) and another for the amount of
financial aid that unit could get (TAFDCAmt). I would like to have another
box (txtTAFDC) take the value of txtTotUnitSz, reference it with my tblTAFDC
and return the appropriate value for TAFDCAmt (so the textbox looks at
txtTotUnitSz and pulls the TAFDCAmt for when txtTotUnitSz=TAFDCUnit). Asides
from creating a combo box that runs off a query and forcing the user to
manually select for TAFDCUnit, I can't seem to make it work. Is this even
possible? Thanks