Re: HELP - Import/Export Advice Needed
From: Manny Pires <as360512_at_orion.yorku.ca>
Date: 1995/07/27
Message-ID: <3v789a$brf_at_sunburst.ccs.yorku.ca>#1/1
Date: 1995/07/27
Message-ID: <3v789a$brf_at_sunburst.ccs.yorku.ca>#1/1
On 21 Jul 1995 13:41:44 GMT, you wrote:
>>>The simplest solution would be to do create a delimited flat-file. I
>think access will take either tab-delimited or comma-separated-values.
>To create such a file try something like this...
>SET FEEDBACK OFF
>SET HEADING OFF
>SPOOL mytable.csv
>SELECT '"'||fname||'","'||lname||'","'||phone||'"'
>FROM mytable
>/
>SPOOL off
Manny Received on Thu Jul 27 1995 - 00:00:00 CEST