G
Guest
Hi there
I just separated my database into a front end and back end. What I didn't forsee was some of the code I use has the followin
dim dbs as dao.databas
set dbs = Currentd
Well, this doesn't work for somethings now that the tables are actually in my back end db. Can someone tell me how to declare and set the db to reference my ie. C:\Mydocuments\db1.mdb (backend db - file path is just example
I tried set dbs = "C:\....." but I got a type mismatch error and I think it's because of the dim dbs as dao.database declaration
Does anyone know what I need to do to remedy this
Thanks in advanc
Shawna
I just separated my database into a front end and back end. What I didn't forsee was some of the code I use has the followin
dim dbs as dao.databas
set dbs = Currentd
Well, this doesn't work for somethings now that the tables are actually in my back end db. Can someone tell me how to declare and set the db to reference my ie. C:\Mydocuments\db1.mdb (backend db - file path is just example
I tried set dbs = "C:\....." but I got a type mismatch error and I think it's because of the dim dbs as dao.database declaration
Does anyone know what I need to do to remedy this
Thanks in advanc
Shawna