I currently use the following comand to produce a report from an imput form. this report is opened in a new text file in note pad.
I use the following comand:
DoCmd.OutputTo acOutputReport, "REPORT NAME", acFormatTXT, "Doc1.txt", True 'open in Notepad
Is there anyway, when this data gets opened in notepad, that i can get it to automatically select all text and copy it to the clipboard? Some sort of macro possibly?
any help would be hugely apreciated.
thanks
Jonathan
I use the following comand:
DoCmd.OutputTo acOutputReport, "REPORT NAME", acFormatTXT, "Doc1.txt", True 'open in Notepad
Is there anyway, when this data gets opened in notepad, that i can get it to automatically select all text and copy it to the clipboard? Some sort of macro possibly?
any help would be hugely apreciated.
thanks
Jonathan