Adding a new Link

  • Thread starter Thread starter bladelock
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top