Z Zenobia Registered User. Local time Today, 11:38 Joined Jan 28, 2011 Messages 35 Feb 1, 2011 #1 Hello, How do I get calculated fields created in a form to update a table? Any help would be great Thank you
Hello, How do I get calculated fields created in a form to update a table? Any help would be great Thank you
N namliam The Mailman - AWF VIP Local time Today, 12:38 Joined Aug 11, 2003 Messages 11,695 Feb 1, 2011 #2 You dont, you should not store calculated values... instead you should calculate them on the fly... That is unless there is a very pressing reason to store such values, which 999 out of 1000 times there is not.
You dont, you should not store calculated values... instead you should calculate them on the fly... That is unless there is a very pressing reason to store such values, which 999 out of 1000 times there is not.
Z Zenobia Registered User. Local time Today, 11:38 Joined Jan 28, 2011 Messages 35 Feb 2, 2011 #3 Okay thank you