J
Justin83716
I have a table that I have added a new column to (Projected End Date). I need
to autopopulate this column based on data in two existing columns. (Start
Date), and (Length). So all records would populate with Start Date + Length =
Projected End Date. I already created a form that calculates this value when
a NEW record is created and then writes to the column, but how can I get the
OLD existing data on the table to populate the new column. I imagine I may be
able to do it with an Update query, but I am not sure how since I would need
it to not just find records, but calculate results and then save to a new
column? Maybe I'm wrong? Any ideas or suggestions?
Thanks!
to autopopulate this column based on data in two existing columns. (Start
Date), and (Length). So all records would populate with Start Date + Length =
Projected End Date. I already created a form that calculates this value when
a NEW record is created and then writes to the column, but how can I get the
OLD existing data on the table to populate the new column. I imagine I may be
able to do it with an Update query, but I am not sure how since I would need
it to not just find records, but calculate results and then save to a new
column? Maybe I'm wrong? Any ideas or suggestions?
Thanks!