I created a single db, now I have been suggested to create a frontend and a
backend. I don't know if I understand properly the meaning.
First, does it means that I have 2 database?
The backend contains only the tables, the frontend all the other objects
(queries, etc...), but how can they work if they need the tables? Do I need
to create, in the frontend, linked tables?
TIA
Beppe
Cheval - 07 Sep 2004 22:30 GMT
>I created a single db, now I have been suggested to create a frontend and a
>backend. I don't know if I understand properly the meaning.
>First, does it means that I have 2 database?
Yes.
>The backend contains only the tables, the frontend all the other objects
>(queries, etc...)
Yes.
but how can they work if they need the tables? Do I need
>to create, in the frontend, linked tables?
Yep.
>TIA
>Beppe
All correct. :)