P
Peter
I am using following command to email a table as a file
attachment.
DoCmd.SendObject acSendTable, strTableName, acFormatXLS,
strEmail_Addr, , , "file from Central", , False
Suddenly I am getting following error
There are too many rows to output, based on the limitation
specified by the output format or by Square One Pc Central.
(Square One Pc Central is my access front end)
When I make the table smaller, works fine.
I've tried to find some documentation on this with no luck.
Any suggestions would be appreciated!
From: Old COBOL programmer, new Access guy
attachment.
DoCmd.SendObject acSendTable, strTableName, acFormatXLS,
strEmail_Addr, , , "file from Central", , False
Suddenly I am getting following error
There are too many rows to output, based on the limitation
specified by the output format or by Square One Pc Central.
(Square One Pc Central is my access front end)
When I make the table smaller, works fine.
I've tried to find some documentation on this with no luck.
Any suggestions would be appreciated!
From: Old COBOL programmer, new Access guy