B
BLTibbs
win xp and access 2003
I have a table postageTbl that has two fields, "maxweight" and
"PostageCost". I have a form with inventory records (attached to
InventoryTbl). The form has two fields, "weight" and "estimatedPostage".
I need to be able to scan (loop) through all of the maxweight amounts until
the weight in the "weight" field on the form is in the right category and
then import the corresponding cost into the "estimatedPostage" field on the
form.
How can this be done?
I have a table postageTbl that has two fields, "maxweight" and
"PostageCost". I have a form with inventory records (attached to
InventoryTbl). The form has two fields, "weight" and "estimatedPostage".
I need to be able to scan (loop) through all of the maxweight amounts until
the weight in the "weight" field on the form is in the right category and
then import the corresponding cost into the "estimatedPostage" field on the
form.
How can this be done?