Sorry, this is probably a pretty lame question, but I can't figure it out. I have a form where techs report their hours. There are only two techs per job, so there are two fields where they record these values, Hours1 and Hours2. In order to do some reports, I would like to use the sum of these two values, and save them to the same table that Hours1 and Hours2 are saved in. I created a textbox in the form, named TotalHours. By setting the Data Source to =[Hours1]+[Hours2], I can get the value to display properly, but I cannot get the value to save to the field TotalHours in the table PD-JOB. Any ideas?
Thanks in advance for all your help!
Jon
Thanks in advance for all your help!
Jon