G
gr
hello!
I want to update a memo field ( fldConflicts) of table
tblEasyRent. I thought about using an Update query to do
this.
But I want to keep the old value of fldConflicts and
append at the end the new data.
I tried with no results the following:
strSQL = "UPDATE tblEasyRent SET tblEasyRent.fldConflict =
tblEasyRent.fldConflict & Me!dtStart & " - " Me!dtEnd
& ", " & Me!RentedBy & " WHERE tblEasyRent.EasyRentID = "
& Me!lngID
Thks!
I want to update a memo field ( fldConflicts) of table
tblEasyRent. I thought about using an Update query to do
this.
But I want to keep the old value of fldConflicts and
append at the end the new data.
I tried with no results the following:
strSQL = "UPDATE tblEasyRent SET tblEasyRent.fldConflict =
tblEasyRent.fldConflict & Me!dtStart & " - " Me!dtEnd
& ", " & Me!RentedBy & " WHERE tblEasyRent.EasyRentID = "
& Me!lngID
Thks!