Whew..
OK, running access 2003 in win xpsp2 and access 2007 in win vista.
This is the question...
We have a db, split in front end (FE.mdb) and backend (BE.mdb)
FE has tons of linked tables from BE.
So the question is... I want to edit the design of a table in BE, is there a way to say, break the links or connections active to the table in the backend with code executed from the backend itself.
Please do not post answers where one could have a form open at startup in hidden view in the front end linked to a table in the backend and when a value is changed in such table a modal form pops ups and after a certain time it closes access, that is not the answer i'm looking for.
I was thinking, if there is a tabledefs.conne ct property in the front end, is there something similar in backend, i mean, is there something like a tabledefs.conne ct property for tables in the backed, and if it exists, could it be set to null so to break the links in the frontends. Access knows when a table is open in front ends, but what is that property,how could one access it, and if it can me modified?
I don't mean to be rude or anything like that, but please do not post answers like "a better approach to this would be...".
Please think of this question as a proof of concept, here the mean is the important, not the end itself.
Regads,
OK, running access 2003 in win xpsp2 and access 2007 in win vista.
This is the question...
We have a db, split in front end (FE.mdb) and backend (BE.mdb)
FE has tons of linked tables from BE.
So the question is... I want to edit the design of a table in BE, is there a way to say, break the links or connections active to the table in the backend with code executed from the backend itself.
Please do not post answers where one could have a form open at startup in hidden view in the front end linked to a table in the backend and when a value is changed in such table a modal form pops ups and after a certain time it closes access, that is not the answer i'm looking for.
I was thinking, if there is a tabledefs.conne ct property in the front end, is there something similar in backend, i mean, is there something like a tabledefs.conne ct property for tables in the backed, and if it exists, could it be set to null so to break the links in the frontends. Access knows when a table is open in front ends, but what is that property,how could one access it, and if it can me modified?
I don't mean to be rude or anything like that, but please do not post answers like "a better approach to this would be...".
Please think of this question as a proof of concept, here the mean is the important, not the end itself.
Regads,
Comment