L
LAF
I am using the following code to open a MS Access database:
Set dbSave = DAO.OpenDatabase(Range("rngGVBid").Value, False, False
conPassword)
When someone tries to open a database file which they set to Read-Only
nothing happens. We don't want them to open a file that is Read-Only
but we want to give them a message that says their file is Read-Only.
How can we find out if a file is Read-Only before the OpenDatabas
statement
Set dbSave = DAO.OpenDatabase(Range("rngGVBid").Value, False, False
conPassword)
When someone tries to open a database file which they set to Read-Only
nothing happens. We don't want them to open a file that is Read-Only
but we want to give them a message that says their file is Read-Only.
How can we find out if a file is Read-Only before the OpenDatabas
statement