Hi,
I am using a text box to add to memo field of a table. Now I would like to delete a particular row from the memo. SI there a way to do it.
My code fro ading is below (Note. AddtoMemo is a textbox, YourMemo is a memo field).
Thanks
Code (to add text to memo)
=====================
Me![YourMemo] = Me![YourMemo] & " " & Me![AddToMemo]
Me![AddToMemo] = Null
I am using a text box to add to memo field of a table. Now I would like to delete a particular row from the memo. SI there a way to do it.
My code fro ading is below (Note. AddtoMemo is a textbox, YourMemo is a memo field).
Thanks
Code (to add text to memo)
=====================
Me![YourMemo] = Me![YourMemo] & " " & Me![AddToMemo]
Me![AddToMemo] = Null