split database question

C

chouetteray

I split the database and created a new table in the backend part. Then when
I went to the front end to create a new form I don't see the new table. How
do I get it to show up in the front end?
 
A

Al Campagna

chouetteray,
Whenever you add a new table to the backend, you must "link" it to the frontend.
File/Get External Data/Link Tables... and select the new table.
 
J

John Vinson

I split the database and created a new table in the backend part. Then when
I went to the front end to create a new form I don't see the new table. How
do I get it to show up in the front end?

Open the frontend; from the menu select File... Get External Data...
Link. Navigate to the backend database and select the new table. The
link will remain part of the frontend, and the new table will now be
available.

John W. Vinson[MVP]
 
Top