Hi All,
I'm having a bit of trouble. I want one field's default value to equal the value of another field in the same table's value, time 0.25
Thus I want it to be:
tblParts.PartsSaleCost = tblParts.PartsPurchaseCost * 0.25
Any help would be hot!
PS I don't know any VB so if it's needed please guide me with that! Thanks!