mcelligott
Programmer
Background: I have a Access database. When I open it currently it tests to make sure (via VBA) it sees the back-end mdb data file. If it doesn't, it connects to and relinks the tables to an alternate back-end mdb data file (a local copy). Because we rely on this database for critical information, it must be up 99.999% of the time, that is why I have built it with the redundancy. It has been very successful, especially on the couple of occasions we have lost our network.
What I am attempting to do: Because we use this database constantly and have so much information contained in it, the size after compact and repair is growing (900 mb). I would like stay ahead of things and move it to a SQL back-end so size will not be an issue if it should approach the max size (2gb for Access). While I figured out how to move the back-end data to SQL and connect it to the front-end database, I would still like to build in the redundancy I have in the current version. Unfortunately I am not familiar with how to test if it sees the new SQL back-end via VBA.
Has anyone attempted to do this or have suggestions on how to do this? Any help would be greatly appreciated.
Thanks in advance,
Bob
What I am attempting to do: Because we use this database constantly and have so much information contained in it, the size after compact and repair is growing (900 mb). I would like stay ahead of things and move it to a SQL back-end so size will not be an issue if it should approach the max size (2gb for Access). While I figured out how to move the back-end data to SQL and connect it to the front-end database, I would still like to build in the redundancy I have in the current version. Unfortunately I am not familiar with how to test if it sees the new SQL back-end via VBA.
Has anyone attempted to do this or have suggestions on how to do this? Any help would be greatly appreciated.
Thanks in advance,
Bob