rainman89
I cant find the any key..
- Local time
- Today, 02:54
- Joined
- Feb 12, 2007
- Messages
- 3,015
Hi all,
ive been messing with the different output to excel functions in access, and want to keep it really simple, so i decided on the OutputTo function.
question is can i output both form and subform at once?
Not gonna do it!!
ive been messing with the different output to excel functions in access, and want to keep it really simple, so i decided on the OutputTo function.
question is can i output both form and subform at once?
Code:
DoCmd.OutputTo acOutputForm, "frmDAR" &"frmDARSubform", acFormatXLS, , True