Can you convert an Acess 2003 table to ASCII?

B

BobF

A printed has requested conversion of mdb file to ASCII text. Can this be
done? If so, how?
 
M

Maurice

You could export the table as a text file (you can set the delimiter options
when saving).

Rightclick on tablename and choose export...

hth
 
Top