Date text box on form
Good Afternoon Guys
I have a text box on a form which, when the form is ready for a new record to be entered, displays the date which corresponds to the Monday of the following week. I need this date to be saved in the record as a follow up date for quotations. The database is recording quotations that we provide and the date is a follow up date which is always on the first day of the next working week. I get this date using the following.
The follow up date text box has the following in the control source
=[QuoteDate]+(8-[Text70])
I have another text box (Text70) with the following in the control source to enable the above to work.
=DatePart("w",[QuoteDate],2)
The formulas work fine and when I test the Database I always have the correct date displayed. The problem I have is that the follow up date is not being recorded in the table record when I close the form, all other data entered is preserved OK. Can someone please advise as I suspect the problem is something simple (I hope).
Hope this is clear and that you can help.
Thanks.