Hi
I have the following code:
DoCmd.OutputTo acOutputReport, "Billing", acFormatTXT, "V:\Polina\BillingData.txt"
However I want to use a relative path, something like [machine]\[drive]\[file]...
I don't know the syntax of such kind of path
If anyone knows how to do so in Access 97, I'd appreciate a hint
Thanks
I have the following code:
DoCmd.OutputTo acOutputReport, "Billing", acFormatTXT, "V:\Polina\BillingData.txt"
However I want to use a relative path, something like [machine]\[drive]\[file]...
I don't know the syntax of such kind of path
If anyone knows how to do so in Access 97, I'd appreciate a hint
Thanks