Memo Field Update Loses Data

  • Thread starter Thread starter dbl
  • Start date Start date
D

dbl

Hi I have a memo field called "Comments4" I use this field to record notes.

I have a Check Box which I use to update several fields when I am closing
down a record. I added the following code:

Me.Comments4 = "FILE CLOSED" & Now()

But it deletes all of the data in the Comments4 field when it inserts the
"FILE CLOSED" and the date.

Is there away round this or can it not be done?

Thanks Bo
 
Back
Top