Additional tables to existing back end

  • Thread starter Thread starter bozdog
  • Start date Start date
B

bozdog

I have created an application and split the database front and back.
Everything is working fine. I wish to extend the application and have
created an additional table in the master back end, allocating relationships
etc. I cannot see the new table (has been set to replcatable) when I come to
refresh the links,hence I cannot create forms or reports etc in the front
end. Any help appreciated.
Thanks in advance.
 
In the font end, in table design, simply select new table, and then choose
link.

You will do the above a quite a bit during the development process.
 
I have created an application and split the database front and back.
Everything is working fine. I wish to extend the application and have
created an additional table in the master back end, allocating relationships
etc. I cannot see the new table

The Linked Table Manager just refreshes existing links, and doesn't
create new ones. Open the frontend and use File... Get External
Data... Link to create a link to the new table in the backend; it will
thereafter be in the Linked Table Manager.
 
Back
Top