border20
Registered User.
- Local time
- Today, 13:55
- Joined
- Jan 8, 2003
- Messages
- 92
I need to export a parameter query ...
I have the folowing code:
DoCmd.TransferSpreadsheet acExport,8,"queryname", "C:\test.xls"
Then i am prompted for the parameters.... but is there a way to enter the parameter in a form... example... I would choose the parameter from a list... and then press export and I would not get prompted for the parameters...
thx
I have the folowing code:
DoCmd.TransferSpreadsheet acExport,8,"queryname", "C:\test.xls"
Then i am prompted for the parameters.... but is there a way to enter the parameter in a form... example... I would choose the parameter from a list... and then press export and I would not get prompted for the parameters...
thx