How can i change the read-only property of access

M

Mickey

im working Access using VB 6.0, when i open in over a network the access file
is read-only. thus i cant save any data onto the database
 
D

Douglas J. Steele

What permissions do you have on the folder where the MDB exists? You must
have Change (Read, Write, eXecute and Delete).

Also, how are you connecting to the database?
 
Top