adding table in split database

  • Thread starter Thread starter kc
  • Start date Start date
K

kc

i want to add a table in a database that has already been
split. When i try to add a table into the "tables" half
of the database, it is not available for use in
the "forms/reports" half of the database. What do i have
to do inorder for me to access the new table from
the "forms/reports" half of the database?
 
Actually, the suggestions in this thread to use the linked table manger will
NOT work.

To add the linked table to your front end, you just go:

tables tab->new->link table

You then can browse to the location of the back end database and select the
table.

Of couse, you should be aware of the linked table manager, as it is needed
if you change the location of the back end.
 
Back
Top