In Access, I have a columnar form (one record per page).
I want to copy what is there and paste it into Word. The trouble is that when I paste, it converts to a table. For example...
Here is my form:
Field 1: [Value]
Field 2: [Value]
Field 3: [Value]
When I paste, I get:
Field 1 Field 2 Field 3
[Value] [Value] [Value]
I am looking to get an accurate representation of the form view. I've tried the same thing with a report and the result is the same.
Is there any way to do this?