Calculations Not Being Saved

access2010

Registered User.
Local time
Today, 01:31
Joined
Dec 26, 2009
Messages
1,115
The data that we are entering into our form is not being saved, could I please receive a suggestion as to how to correct this problem?

I appreciate your comments.
Nicole
 

Attachments

Textboxes are not bound to fields. How do you want to save data?

Must use code to save calculated data. WIth a BOUND form, try the form BeforeUpdate event.
 
Last edited:
Textboxes are not bound to fields. How do you want to save data?

Must use code to save calculated data. WIth a BOUND form, try the form BeforeUpdate event.
Thank you June7 for pointing out our problem.
I missed Binding the fields as I was working late on this project to meet a deadline.

We do appreciate you pointing out my error.
Thanks/ Crystal
 

Users who are viewing this thread

Back
Top Bottom