I thought I posted this question once, but don't see it, if it shows twice, I appologize.
I am trying to have a user enter a date into a feild, then add 59 days to it to calculate a second field. I can do this without any problems, but I can't store it in a table. I have a two feilds [Issued Date] and [Expired Date]. I can set the control source to [Issued Date] + 59 and get the calculated response, but I can't pass that to the table. One other bit of trivia that may be complicating matters is the form is based on a query, taken from values of the table where I want the info stored. Due to logistics of having to "Pre-populate" certain fields, that is the reason I went this route, and it may be causing some problems. Any thoughts???
Thanks for the help.
I am trying to have a user enter a date into a feild, then add 59 days to it to calculate a second field. I can do this without any problems, but I can't store it in a table. I have a two feilds [Issued Date] and [Expired Date]. I can set the control source to [Issued Date] + 59 and get the calculated response, but I can't pass that to the table. One other bit of trivia that may be complicating matters is the form is based on a query, taken from values of the table where I want the info stored. Due to logistics of having to "Pre-populate" certain fields, that is the reason I went this route, and it may be causing some problems. Any thoughts???
Thanks for the help.