I have a simple calculation I'd like to perform in my form, but it doesnt seem to work. I want to calculate a percentage, using values from two fields, [Pre Test Raw Score] and [Test Score Total] to be displayed in a separate [Percentage] field. I used =(([Academic Credit]![Pre Test Raw Score])/([WORKSHOPS]![Test Score Total]))*100 as both the "Before Update" and "Control Source" properties, but just get the "#Name?" error. Any ideas on what I'm doing wrong?