G
Guest
I "borrowed" a subroutine that I found in this group to create a backup of my
backend. (Thanks Ken Snell). Before it runs a backup it checks for a locking
file to make sure that no one else is in the system. This works fine if I
manually close any open forms before I try to run the subroutine. But if I
close forms in vba as part of my function it leaves the locking file and
'believes' someone else is in the system. Can someone tell me how to get rid
of the .ldb file.
backend. (Thanks Ken Snell). Before it runs a backup it checks for a locking
file to make sure that no one else is in the system. This works fine if I
manually close any open forms before I try to run the subroutine. But if I
close forms in vba as part of my function it leaves the locking file and
'believes' someone else is in the system. Can someone tell me how to get rid
of the .ldb file.