Anyone know where can I get the correct syntax for the SaveAsText function.
I found it once but can't now.
The one commonly seen is not correct
SaveAsText acForm, "FormName", "FileToSave To"
The last two args are fine but the acForm is wrong. I thought it was a
number from 2 to 6
Query 2
Form 3
Report 4
Script 5
Module 6
But the problem I posted earlier is throwing some doubt on this. I know the
intrinsic constants acForm, acReport etc don't work as they always generate
an error.
Jeff
I found it once but can't now.
The one commonly seen is not correct
SaveAsText acForm, "FormName", "FileToSave To"
The last two args are fine but the acForm is wrong. I thought it was a
number from 2 to 6
Query 2
Form 3
Report 4
Script 5
Module 6
But the problem I posted earlier is throwing some doubt on this. I know the
intrinsic constants acForm, acReport etc don't work as they always generate
an error.
Jeff
Comment