alkrm
Registered User.
- Local time
- Today, 18:10
- Joined
- Aug 13, 2003
- Messages
- 39
hi ,
i need help with my code, am using this code to send a report as txt file to the desk top,
dim x as string
x="the report name"
docmd.OutPutTo acReport, x
with that code am going to the output window to choose the file format ,and then to another window to choose the destination"desktop for example" ,
Can any one tell me how to save the file to the desk top as txt file directly ??
i need help with my code, am using this code to send a report as txt file to the desk top,
dim x as string
x="the report name"
docmd.OutPutTo acReport, x
with that code am going to the output window to choose the file format ,and then to another window to choose the destination"desktop for example" ,
Can any one tell me how to save the file to the desk top as txt file directly ??