Hi all,
I have a calculated date field that once calculated will never change. I have the form set up to do the calculation based on entry in a prior date field. Now my problem is how do I get that calculated result into my table for that record? I have read in earlier posts that it's not recommended to do this but seeing how this date will never change I don't think it should matter, however if this is not the way to do it how could I create a query to show specific records based on the calculated date field. Man I think I confused myself on that one. Maybe this will help.
Datefield1 =begin test date
calcdatefield2= datefield1 +90 days
Question 1: How can I get this calcdatefield2 to update my table?
or
Question 2: How can I create a query based on the calculated date field?
It seems to me that updating the table would be simplest but I'm at a loss.
Thanks in advance
John
I have a calculated date field that once calculated will never change. I have the form set up to do the calculation based on entry in a prior date field. Now my problem is how do I get that calculated result into my table for that record? I have read in earlier posts that it's not recommended to do this but seeing how this date will never change I don't think it should matter, however if this is not the way to do it how could I create a query to show specific records based on the calculated date field. Man I think I confused myself on that one. Maybe this will help.
Datefield1 =begin test date
calcdatefield2= datefield1 +90 days
Question 1: How can I get this calcdatefield2 to update my table?
or
Question 2: How can I create a query based on the calculated date field?
It seems to me that updating the table would be simplest but I'm at a loss.
Thanks in advance
John