T
TC
John said:Hello,
I am using SaveAsText to save my froms, reports, etc...
This works for a query;
Application.Saveastext acQuery, "Query1", "F:\Query1.txt"
But this doesn't work for a table.
Application.Saveastext acTable, "tblMyObjects", "F:\tblMyobjects.txt"
I get the following error:
"The object type argument for the action or method is blank or invalid"
Am I not able to Export the table structure to a txt file as I can for other
Objects.
Correct - it does not work for tables.
Any Ideas?
Have you tried the database documenter (somewhere in the tools menu)?
HTH,
TC