frontend and backend

  • Thread starter Thread starter beppe005
  • Start date Start date
B

beppe005

I created a database, with tables, queries, forms..., now that I would like
to create a replica I read that it is better to have a "frontend" and a
"backend" db. How can I do that? Do I need to create 2 db and in the
frontend use "link tables"?

TIA
Beppe
 
beppe005 said:
I created a database, with tables, queries, forms..., now that I would like
to create a replica I read that it is better to have a "frontend" and a
"backend" db. How can I do that? Do I need to create 2 db and in the
frontend use "link tables"?

That's correct.

For more information about splitting applications, see what Tony Toews has
at http://www.granite.ab.ca/access/splitapp/index.htm
 
Back
Top