I am trying to add a calculated control into a continuous form for each record. Basically it is a mileage total. I am using an unbound text box with the following data source:
= [Event]![MileageIn] - [Event]![MileageOut]
When I run this in form view, I get a "#Name?" error.
I'm hoping this is a simple fix. Any help is much appreciated.