I'm trying to do a very simple calculation and I'm probably missing something pretty obvious.
I have 2 forms, Form1 and Form2 which is fed from the same table. To simplify my question, each form has a box, Form1 has Box1 and Form2 has Box2. Form1.Box1 is a formula based on the table. I want Form2.Box2 to equal Form1.Box1 + 10%. I'm assuming I want to have the control source to be something like:
[Me].[Box2]=[Forms]![Form1]![Box1]+10%
Entering this gets me #NAME? so something isn't working correctly.
Where have I gone wrong?
I have 2 forms, Form1 and Form2 which is fed from the same table. To simplify my question, each form has a box, Form1 has Box1 and Form2 has Box2. Form1.Box1 is a formula based on the table. I want Form2.Box2 to equal Form1.Box1 + 10%. I'm assuming I want to have the control source to be something like:
[Me].[Box2]=[Forms]![Form1]![Box1]+10%
Entering this gets me #NAME? so something isn't working correctly.
Where have I gone wrong?