Hope you can help me out with this, I am really having trouble figuring this out. Basically, I am pulling data from an AS/400 into access. I have a table that is for comments. The comments go something like this:
Field1 Field2 Field3
1 1 This is a test of the emerg
1 2 ency broadcasy system th
1 3 is only a test!
As I hope you can see, field3 keeps over-wrapping to the next record. What I would like to do is have it something like this:
Field1 Field3
1 This is a test of the emergency broadcast system…..
Any ideas if and how I can do this in access. It seems like it should be an easy thing to do, I just haven’t been able to figure it out. Thanks in advance.
Field1 Field2 Field3
1 1 This is a test of the emerg
1 2 ency broadcasy system th
1 3 is only a test!
As I hope you can see, field3 keeps over-wrapping to the next record. What I would like to do is have it something like this:
Field1 Field3
1 This is a test of the emergency broadcast system…..
Any ideas if and how I can do this in access. It seems like it should be an easy thing to do, I just haven’t been able to figure it out. Thanks in advance.