Adding a new Link

B

bladelock

I have a split database RM.MDB and RM_BE.MDB It works just fine. However, I
need to add a new table with data (mainDocs) into the RM.MDB how to I get it
to link to the the RM_BE.MDB I don't know how to do this?

Thanks in advance
 
R

Roger Carlson

Generally, BE refers to Back End, which is the file where the tables reside.
It apprears that you've created the new table in the Front End database.
You should use File > Export to export it to the Back End database, then use
File > Get External Data to link it back into the Front End.
--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
Top