I have a form (record source is table named tblBidTabs) with a field named PEREST. This value is the percent the low bid is over or under the engineer's estimate. The field name for the low bid is CNTRAMT, and the field name for the engineer's estimate is ENGSESTIM. Can I do the calculation somewhere in the design view of the table tblBidTabs or must I do it on the form itself? If on the form, should I write code associated with an event tied to the PEREST field? Could someone give me some detailed advise on my problem? Thanks in advance.