AlexRigholt
Registered User.
- Local time
- Tomorrow, 01:14
- Joined
- Nov 14, 2008
- Messages
- 36
I use
DoCmd.OutputTo acOutputTable, sGroup, acFormatHTML, "c:\Webinventory\" & sGroup & ".htm"
The resulting table starts with a centered title with whatever the sGroup variable contains.
Is there a way to suppress this title?
DoCmd.OutputTo acOutputTable, sGroup, acFormatHTML, "c:\Webinventory\" & sGroup & ".htm"
The resulting table starts with a centered title with whatever the sGroup variable contains.
Is there a way to suppress this title?