Hi,
Very much new to MS-Access and my first assignment in
Access.I've got a couple of questions.
I need to create an extract by selecting from multiple
tables and put it in a flat file. In the case of Oracle we
use to spool the output to a file. Is there anyway in
Access we can do anything like that ?
What I did was, created a temp table and inserted those
selected rows into it and did a export of the data ? Is
this a correct way of doing it ?
And the problem I have with exporting is, the output flat
file has to be formatted ie each of the selected fields
have to be of particular length whereas the exported file
doesn't look like it. SO is there anyway of formatting the
length of the field in the select query itself like using
rpad or lpad in Oracle ?
So my questions would be, how to create an extract file by
selecting from different tables with a definite format ?
Hope I addressed the problem correctly.
Very much new to MS-Access and my first assignment in
Access.I've got a couple of questions.
I need to create an extract by selecting from multiple
tables and put it in a flat file. In the case of Oracle we
use to spool the output to a file. Is there anyway in
Access we can do anything like that ?
What I did was, created a temp table and inserted those
selected rows into it and did a export of the data ? Is
this a correct way of doing it ?
And the problem I have with exporting is, the output flat
file has to be formatted ie each of the selected fields
have to be of particular length whereas the exported file
doesn't look like it. SO is there anyway of formatting the
length of the field in the select query itself like using
rpad or lpad in Oracle ?
So my questions would be, how to create an extract file by
selecting from different tables with a definite format ?
Hope I addressed the problem correctly.