Hello,
I have a form that has 3 fields, Mile_In, Mile_Out and TotalMiles, where TotalMiles = Mile_Out - Mile_In. Unfortunately the database was set up with TotalMiles as a field in the database.
On the Properties, TotalMiles is a Control Source linked directly to the field in the database.
Is...