J
Jeff
I have a form that shows the current record (From table). I have a cmd
button that uses the values from the current record to make a new record
with certain fields that are the same as the original record. This works
OK. Now comes the part that I don't know about.
Both records have a StartDate and an EndDate. When I click the command
button I need the Original record's EndDate to be changed to the StartDate
of the new record. This makes the new record supercede the old record. I
have a textbox on the form that show the original records ID
I thought if I could make a select query for the ID then change it this
might work. I am not sure how to add this query to my cmd button.
What is the best way to code the cmd button.
Maybe there is a better way??
button that uses the values from the current record to make a new record
with certain fields that are the same as the original record. This works
OK. Now comes the part that I don't know about.
Both records have a StartDate and an EndDate. When I click the command
button I need the Original record's EndDate to be changed to the StartDate
of the new record. This makes the new record supercede the old record. I
have a textbox on the form that show the original records ID
I thought if I could make a select query for the ID then change it this
might work. I am not sure how to add this query to my cmd button.
What is the best way to code the cmd button.
Maybe there is a better way??