georgedwilkinson
AWF VIP
- Local time
- Today, 07:17
- Joined
- Mar 4, 2008
- Messages
- 3,856
I'm pretty sure someone on this forum said this can't be done. I want to split a database into FE/BE using Visual Basic code, even if it can't be done.
I'm convinced that, since I want it so bad, it should be doable.
So I researched and found:
which runs without generating an error. That's not necessarily a good thing, though, since it seems to be waiting for a response from the user but I cannot find a dialog box.
Somebody (credible) please tell me that this is something that can be done (without lying). Or, if you must, tell me I'm barking up the wrong tree and it'll never happen, regardless of what secret application object stuff I find.
Has anyone ever successfully split a database via VBA code? Can it be done? Even if I want it really bad (if no)?
I'm using Access 2007 (tonight) on Vista and will try again tomorrow on Access 2002/XP. I also have an old copy of Access 2000 on Windows 2000 in mothballs, if needed.
How 'bout it, MVPs?
I'm convinced that, since I want it so bad, it should be doable.
So I researched and found:
Code:
DoCmd.RunCommand (acCmdDatabaseSplitter)
which runs without generating an error. That's not necessarily a good thing, though, since it seems to be waiting for a response from the user but I cannot find a dialog box.
Somebody (credible) please tell me that this is something that can be done (without lying). Or, if you must, tell me I'm barking up the wrong tree and it'll never happen, regardless of what secret application object stuff I find.
Has anyone ever successfully split a database via VBA code? Can it be done? Even if I want it really bad (if no)?
I'm using Access 2007 (tonight) on Vista and will try again tomorrow on Access 2002/XP. I also have an old copy of Access 2000 on Windows 2000 in mothballs, if needed.
How 'bout it, MVPs?