Sorry for the horrible analogous DB
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11447-calculate-field-based-many-side-field.html
two tables
"keg"
"can"
one to many relationship between keg and can. a single keg could fill
many cans
"keg" has fields originial volume and current volume
I would like the current volume to be the amount left in the keg based
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11447
on the amount poured into individual cans.
keg.currentvolume = keg.originalvolume - (total volume of cans from
that keg)
hope this is enough info..
thanks,
*