sharing info betweeen databases.

  • Thread starter Thread starter Kate
  • Start date Start date
K

Kate

Is it possible to copy a companys information (i.e
address, phone#, fax#, etc.) from a contacts database
into a different database using a primary key? In other
words can information from multiple fields from one
database automatically be entered into similar fields of
another database using something like a primary key or a
combo box?
 
Just create a linked table in the second database, pointing to the Company
table in the contacts database. File | Get External Data | Link Tables
 
Back
Top