Hello everyone.
I have a question, I was stuck all day on this :s
I have two tables (tbl1 and tbl2) with some fields. Basically I need to update the Comments (Memo Field) of tbl2 using the same field of tbl1 without overwriting the current data on Comments field of tbl2. Also I would like to have one or two line breaks between the "old" data and the "new data".
Something like:
Comments:
Code:
02/03/2011 22:00 (WindowsUser):
new data
old data
How can I set this on the Criteria of my Query?
Any help would be much appreciated.