M
MatC
Hi
I want to export a table to a standard text file in order to email it to
some users. Can anyone offer some code that will do following:
1. Export contents of a table to a text file
2. If the text files does not exist, then create it in c:\mail\update with
name of updateDDMM.txt (where DD=day;MM=month
3. Then email it as an attachment to a users email address that is selected
with a message box.
Conversely, can you help with code to import the data into the remote table
- the database is a replica of the original one, and merely updates from the
original.
Thanks
Mat
I want to export a table to a standard text file in order to email it to
some users. Can anyone offer some code that will do following:
1. Export contents of a table to a text file
2. If the text files does not exist, then create it in c:\mail\update with
name of updateDDMM.txt (where DD=day;MM=month
3. Then email it as an attachment to a users email address that is selected
with a message box.
Conversely, can you help with code to import the data into the remote table
- the database is a replica of the original one, and merely updates from the
original.
Thanks
Mat