R
rstiles
Morning everyone,
Before I even attempt to due this, I would like to run by all of you...
I have a text box in one of my tables that is formatted for text
because it contains both dates and text (these were imported for
another application so I had no control over this part). My goal is to
create an update query that would change 6 months, 1 year, 5 years, etc
to a date that would be either 6 months, 1 year, etc from the date
that was entered on this record. Would this be possible in this
situation? I am thinking about using this expression =DateAdd("m",
[status], [datecreated])
I am also thinking that I would have to use an update query to change 6
months to 6, etc then run the above query.
Will this work? Do you have any suggestions?
Thanks,
Ron
Before I even attempt to due this, I would like to run by all of you...
I have a text box in one of my tables that is formatted for text
because it contains both dates and text (these were imported for
another application so I had no control over this part). My goal is to
create an update query that would change 6 months, 1 year, 5 years, etc
to a date that would be either 6 months, 1 year, etc from the date
that was entered on this record. Would this be possible in this
situation? I am thinking about using this expression =DateAdd("m",
[status], [datecreated])
I am also thinking that I would have to use an update query to change 6
months to 6, etc then run the above query.
Will this work? Do you have any suggestions?
Thanks,
Ron