mckenneyj
MIS
- Jun 1, 2002
- 96
Form source is tblXYZ
Storage field is ConfID
external source tblConfInfo with matching field name ConfID
and serval other currency fields "amtdue", "discount", "firsttime", etc...
ex: tblConfInfo
amtdue = 50.00
discount = 20.00
firsttime = 5.00
Button on form named btnCalc with underlying code.
Code should look at me.ConfId and locate corrsponding record in tblConfInfo.ConfId and create a recordset with the currency fields so I can use them in calculations in the same sub.
Thanks,
John McKenney
Work Hard... Play Harder
Storage field is ConfID
external source tblConfInfo with matching field name ConfID
and serval other currency fields "amtdue", "discount", "firsttime", etc...
ex: tblConfInfo
amtdue = 50.00
discount = 20.00
firsttime = 5.00
Button on form named btnCalc with underlying code.
Code should look at me.ConfId and locate corrsponding record in tblConfInfo.ConfId and create a recordset with the currency fields so I can use them in calculations in the same sub.
Thanks,
John McKenney
Work Hard... Play Harder