I am linking to a DB that limits the text fields to 30 characters. If a user post a multi line comment, each comment is separate line item. There are three related fields. The first is the comment id field. Second is the line counter. The third is the comment.
Ex:
CID LID Comment
1 1 Tenant will pay all charges by
1 2 July 31 2006. Tenant will pay
1 3 Sales tax. Spoke To Tj about
1 4 tax issue. TJ will review by
1 5 August 23 05.
What I would like to post all 5 lines into one memo field.
The user can post more than 5 lines in source DB. Can I setup a query to perform this task.
Any suggestion would be greatly appreciated.
Ex:
CID LID Comment
1 1 Tenant will pay all charges by
1 2 July 31 2006. Tenant will pay
1 3 Sales tax. Spoke To Tj about
1 4 tax issue. TJ will review by
1 5 August 23 05.
What I would like to post all 5 lines into one memo field.
The user can post more than 5 lines in source DB. Can I setup a query to perform this task.
Any suggestion would be greatly appreciated.