B
Bill Davis
I am trying to write a routine for the Onload Event of my splash screen
to verify that the copy of the database is located on specific server
and folder before it will run. This code If CurrentProject.FullName<>
E:\Files\Sales\SalesOrder.mdb then
Msgbox "Access Denied"
Docmd.Quit works if I use the drive E: but there are several user that
do not have there drive mapped to E:, so I have tried to use
\\OH38783\Files\Sales\SalesOrder.mdb but it does not work, do anyone
have any ideal of how to get this to work or something else that will
work with a network drive?
Thanks Bill
to verify that the copy of the database is located on specific server
and folder before it will run. This code If CurrentProject.FullName<>
E:\Files\Sales\SalesOrder.mdb then
Msgbox "Access Denied"
Docmd.Quit works if I use the drive E: but there are several user that
do not have there drive mapped to E:, so I have tried to use
\\OH38783\Files\Sales\SalesOrder.mdb but it does not work, do anyone
have any ideal of how to get this to work or something else that will
work with a network drive?
Thanks Bill