Calculated field - Resolved
Can someone point me in the right direction:
I have a data1 control and its properly linked to a dbf file and the database is working great... but what im trying to do is have a calculated field. Something like:
Total = Qty1 * Units
Total is a textbox
qty1 and units are textboxes as well linked to fields in the database.
Now here's my problem... The calculated field updates when I hit next record but its calculated from the previous record :(
Any help or direction will do.
Thanks