Ok im confused

JonatABS

Registered User.
Local time
Yesterday, 19:24
Joined
Dec 16, 2002
Messages
114
Why is this so difficult??

I have a field on a form with a calculation on it. It works!! However I want that too fill out a field on a DIFFERENT table.

HOW THE HECK DO I DO THAT!!!!!
 
...because the idea of relational databases is that you don't store calculated values in a table. If you can calculate it on a form then the next time the same record is opened on the form the same result will be calculated again, anytime.

Storing values, bad. Following third normal form, good.
 
Ok with that hearty note, How can I get that value to show up on a different text box on a different subform.

(I tried finding this but had no clue what to search for)
 
The Word document on this thread details how to reference controls from different forms, subforms, etc..
 

Users who are viewing this thread

Back
Top Bottom