Have Table & Qry in the following:
PrimaryID
Type
Discription
Qty
UnitCost
ExtCost
NetWght
TotalWght
In the Table I put under expressions the following
ExtCost Field: [Qty] * [UnitCost]
TotalWght Field: [Qty] * [NetWght]
Now I am getting this when creating the form:
Run-time error '2147352567(80020009)
you cant assign a value to this object
Ok where am I going wrong when trying to caculate these fields? Do I change the event to say after update for these fields?