D
dave
I have a form that asks around 15 questions. I want to
ultimately outpulse the results in a format that I can
copy and paste into as400. Here is my problem:
When I copy and paste, it shows the fields horizontally,
as it should, but I want it to show vertically.
Example:
Call back hours: 0800-1700
Call back Name: John Doe
Date of Call: 10/7/03
Here is what it outpulses if I send it to an excell doc /
copy and paste into an excell doc:
Call back hours: Call back Name: Date of Call:
0800-1700 John Doe 10/7/03
I want it to show:
Call back hours: 0800-1700
Call back Name: John Doe
Date of Call: 10/7/03
Any ideas?
Ultimate goal is when I click a command button, it will
outpulse it in a report type deal in access that I can
copy / paste into as400 in the format shown above.
..
I have heard that outpulsing this to a report, then
printing the report to file works, and it does, but I wish
to only outpulse the last record into the excel doc, aka,
the one I just entered in.
Also, a suggestion is to create vba code to outpulse the
data into a txt file, which I would think would be
easiest, but I don't know the code...anyone have any ideas
on the code for such a request?
ultimately outpulse the results in a format that I can
copy and paste into as400. Here is my problem:
When I copy and paste, it shows the fields horizontally,
as it should, but I want it to show vertically.
Example:
Call back hours: 0800-1700
Call back Name: John Doe
Date of Call: 10/7/03
Here is what it outpulses if I send it to an excell doc /
copy and paste into an excell doc:
Call back hours: Call back Name: Date of Call:
0800-1700 John Doe 10/7/03
I want it to show:
Call back hours: 0800-1700
Call back Name: John Doe
Date of Call: 10/7/03
Any ideas?
Ultimate goal is when I click a command button, it will
outpulse it in a report type deal in access that I can
copy / paste into as400 in the format shown above.
..
I have heard that outpulsing this to a report, then
printing the report to file works, and it does, but I wish
to only outpulse the last record into the excel doc, aka,
the one I just entered in.
Also, a suggestion is to create vba code to outpulse the
data into a txt file, which I would think would be
easiest, but I don't know the code...anyone have any ideas
on the code for such a request?