aftershokk
Registered User.
- Local time
- Today, 21:28
- Joined
- Sep 5, 2001
- Messages
- 259
I have a form that exports to excel in datasheet view.
To run this report a user opens a form and clicks a checkbox to detremine what category of records they want to export. In other words, their is a list on the screen such as clothes, shoes, belts etc. If the user checks shoes then the underlying query/form will pull the related data and prompt the user to export to excel. THe user picks the path and keys the file name.
I want the export to go to a specified path which I know how to do but I want the file name to be dynamic. In other words the file name would be shoes.xls in this case. If the user picks clothes, then the file name would be clothes.xls etc......
I can store the value such as clothes in a field in a table but I am not sure how to call out the value to placed in the file name.
thanks experts!!
To run this report a user opens a form and clicks a checkbox to detremine what category of records they want to export. In other words, their is a list on the screen such as clothes, shoes, belts etc. If the user checks shoes then the underlying query/form will pull the related data and prompt the user to export to excel. THe user picks the path and keys the file name.
I want the export to go to a specified path which I know how to do but I want the file name to be dynamic. In other words the file name would be shoes.xls in this case. If the user picks clothes, then the file name would be clothes.xls etc......
I can store the value such as clothes in a field in a table but I am not sure how to call out the value to placed in the file name.
thanks experts!!