cuok
Programmer
- Dec 24, 2001
- 201
We decided to put this Q. in this forum too (beside “Modules forum”) because the unclear subject we put there and we hope it’s not making problems.
Maybe this mission is not possible but it is a bit frustrating us so we must ask first:
My wife and me are working on 2 computers with same Access Program so we have identical structure Access tables but not same pupils (7 tables on each comp.).
From time to time (2-3 weeks) we need to combine the identical tables from the 2 computers, to one table.
What we used to do (till now!) was to send the table by e-mail from computer A to computer B using this command:
DoCmd.SendObject acSendTable, "TblMarksCourseD", acFormatXLS, "our@e-mail ", , , _
"Current Spreadsheet of Biochemistry", , False
Then we exported the “TblMarksCourseD” table from computer B to itself as excel sheet. Then combined the 2 tables to 1 by “copy and paste”. After this action we have a union excel sheet made of "TblMarksCourseD” from computer A and “TblMarksCourseD” from computer B
Then we repeat this action to all other tables and at last we have 7 sheets made of all 14 tables.
Is someone there can simplify what we are doing?
To be more clearer (we hope):
We need an automatic way to send to same e-mail 2 identical tables (by structure not PK) and to get them as ONE combined excel sheet !!
Thank you ALL in advance and for any help or hint
CUOK
Maybe this mission is not possible but it is a bit frustrating us so we must ask first:
My wife and me are working on 2 computers with same Access Program so we have identical structure Access tables but not same pupils (7 tables on each comp.).
From time to time (2-3 weeks) we need to combine the identical tables from the 2 computers, to one table.
What we used to do (till now!) was to send the table by e-mail from computer A to computer B using this command:
DoCmd.SendObject acSendTable, "TblMarksCourseD", acFormatXLS, "our@e-mail ", , , _
"Current Spreadsheet of Biochemistry", , False
Then we exported the “TblMarksCourseD” table from computer B to itself as excel sheet. Then combined the 2 tables to 1 by “copy and paste”. After this action we have a union excel sheet made of "TblMarksCourseD” from computer A and “TblMarksCourseD” from computer B
Then we repeat this action to all other tables and at last we have 7 sheets made of all 14 tables.
Is someone there can simplify what we are doing?
To be more clearer (we hope):
We need an automatic way to send to same e-mail 2 identical tables (by structure not PK) and to get them as ONE combined excel sheet !!
Thank you ALL in advance and for any help or hint
CUOK