T
Tom
Hi all,
On a form I have a button that run this
This is part of the sub)
Call DBEngine.CompactDatabase(srcFileName, destFileName)
My DB is split and the command above runs on the BE from the FE.
When I try to run it from FE, I get error message that the user opened the
database exclusivly and the sub stop.
When I start the FE with shift and I run it from the form, it's fine.
What has to be done in order to fix this?
I hope I'm clear.
Thanks for the help,
Tom
On a form I have a button that run this
This is part of the sub)Call DBEngine.CompactDatabase(srcFileName, destFileName)
My DB is split and the command above runs on the BE from the FE.
When I try to run it from FE, I get error message that the user opened the
database exclusivly and the sub stop.
When I start the FE with shift and I run it from the form, it's fine.
What has to be done in order to fix this?
I hope I'm clear.
Thanks for the help,
Tom