Splitting an Access database into a front and back-end -


OK, so I split my access database, and now I have backend:

  • If I started a new brand of brand, a brand new query, and within a db_be.mdb, a brand form for a different purpose would be connected to it in the "Front End" DB as I would like it to be in the backend What was saved or what do I have to import it?

If I have to import the above, then how do I make the table in the back and just connected to the front end ... "link table"?

At this point, if I make an MDE, then still the total three (back end, what is front end, and finally an MDE) will be ??

Generally, only tables in BE require full position in the EE / BE database, thanks people

And everything in the EF You create a table in BE, then open your EF and link the table. You can use Link Manager (Tools / Database Utilities / Linked Table Manager) or directly (Get File / External Data / Link Tables), then you can create your Form / Query in EF.

When you make MDE, it will be a third, separate file as you mentioned.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -