Microsoft
Software
Hardware
Network
Question : Creating a table to be copied to another database in Access
Environment: two computers with no connection...both standalone.Each are running an MS Access application.
Computer A has a job table that is updated each month with new jobs.
Computer B has a job table that needs to reflect the jobs in Computer A.
The job tables have different fields but the 15 fields that I want to transfer have the same field names in both tables.
My approach:
1. Extract the data (15 fields) from Computer A job table to a new table (temp?).
2. Export the table to a database on a USB flash drive.
3. Remove flash drive from A and walk to B...insert flash drive.
4. Export the temp database to B's database.
5. Execute program to append new jobs to job table on B.
My questions:
1. Is this possible?
2. Could someone outline how to do this?
3. Is there a better approach?
Answer : Creating a table to be copied to another database in Access
based on the scenario you stated, you already done how this must be done, except for
5. Execute program to append new jobs to job table on B.,
you don't need a program, you just need an Append query.
or probably you meant the same thing.
Random Solutions
What can I do to resolve the group policy objects from not applying themselves?
Network icon problem in Windows 7
Outlook 2003 Signature question?
how to free disk space on esx 4.1
Visual Basic 6 -- How to check if port is 'established' with Winsock or an alternative?
Youube / video stopped working on Mac Leopard
How to run 2 separate Logon scripts active directory
Check all sheets and get colum "G" unique data count.
SQL ERROR After Changing VHD size Connection Failed
checkbox control width problem in ASP.Net