G
Guest
I have just inherited a database and am converting it to SQL Server. There is
one place where a Table is exported to a file. In the code it does a
DoCmd.TransferText, acExportFixed, "Spec name", tablename, filename
I would like to know what the "Spec name" contains. Is there some way I can
open it to see what it does? I can look at it in the hidden msys table, but
that is ugly. Is there an easier way?
Thanks in advance,
one place where a Table is exported to a file. In the code it does a
DoCmd.TransferText, acExportFixed, "Spec name", tablename, filename
I would like to know what the "Spec name" contains. Is there some way I can
open it to see what it does? I can look at it in the hidden msys table, but
that is ugly. Is there an easier way?
Thanks in advance,