Pergunta

Is it possible to link one MDB to another in a standalone manner?

Ie. If I have the accounts table in db1.mdb and the products table in db2.mdb, can both these MDBs be coded so that they can link to each of the tables in a seamless manner?

Foi útil?

Solução

Yes, just do it. You can create linked tables in MS Access, and the Jet engine does not care anymore in which MDB file the data resides.

In fact it is good practice to separate the data db from the code db, because you can send updated code dbs without the need to update the data db to your customers.

Btw. we stopped storing data in MDBs altogether, because they tend to break regulary. Better start using the Microsoft Desktop Database Engine immediatly, and just place the code in thr MDB.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top