G
Guest
General info:
MS Access 2003. My database has Access 2000 format.
In my Access database I use ODBC sources of data (SQL server).
My problem description:
When I use SendObject command to email data in MS Excel format, text fields
with Null values become empty in MSExcel (they do not contain any information
but they are not Null - that I checked with IsNull() function).
My colleagues then try to import the emailed MS Excel spreadsheet to their
Access database and they cannot, because the text fields do not allow empty
values.
I tried TransferSpreadsheet command to save data to XLS format and it works
great: null values are saved as null values (IsNull() function in Excel
confirms that).
But TransferSpreadsheet command is not appropriate for me, because I need to
email files without saving them to harddrive or whatever.
The question:
Is there any way out?
Thank you in advance!!!
MS Access 2003. My database has Access 2000 format.
In my Access database I use ODBC sources of data (SQL server).
My problem description:
When I use SendObject command to email data in MS Excel format, text fields
with Null values become empty in MSExcel (they do not contain any information
but they are not Null - that I checked with IsNull() function).
My colleagues then try to import the emailed MS Excel spreadsheet to their
Access database and they cannot, because the text fields do not allow empty
values.
I tried TransferSpreadsheet command to save data to XLS format and it works
great: null values are saved as null values (IsNull() function in Excel
confirms that).
But TransferSpreadsheet command is not appropriate for me, because I need to
email files without saving them to harddrive or whatever.
The question:
Is there any way out?
Thank you in advance!!!