I have a table which has the following fields: lastname, firstname, visitdate, and remark(text field).
lastname firstname visitdate remark
Johnson Len 5/17/61 Patient is feeling sluggish.
Johnson Len 5/17/61 Has difficulty breathing. Temperature
Johnson Len 5/17/61 102.5.
Johnson Len 6/21/61 Patient has had difficulty breathing for 4 weeks
I want to concantenate or merge the remark field for a given patient ( lastname and firstname) and visitdate into a newremark memo field.
To create:
lastname firstname visitdate newremark (memofield)
Johnson Len 5/17/61 Patient is feeling sluggish. Has difficulty breathing. Temperature 102.5.
Johnson Len 6/21/61 Patient has had difficulty breathing for 4 weeks
How can I do this in a simple query. I can write a macro in Excel but because many of the newremark cells exceed 255 char, some of the data is lost. It seems I should be able to do it in Access. Is there a DSum for text strings????
Thanks for your help
lastname firstname visitdate remark
Johnson Len 5/17/61 Patient is feeling sluggish.
Johnson Len 5/17/61 Has difficulty breathing. Temperature
Johnson Len 5/17/61 102.5.
Johnson Len 6/21/61 Patient has had difficulty breathing for 4 weeks
I want to concantenate or merge the remark field for a given patient ( lastname and firstname) and visitdate into a newremark memo field.
To create:
lastname firstname visitdate newremark (memofield)
Johnson Len 5/17/61 Patient is feeling sluggish. Has difficulty breathing. Temperature 102.5.
Johnson Len 6/21/61 Patient has had difficulty breathing for 4 weeks
How can I do this in a simple query. I can write a macro in Excel but because many of the newremark cells exceed 255 char, some of the data is lost. It seems I should be able to do it in Access. Is there a DSum for text strings????
Thanks for your help