It is obvious that Server access rights take precident over database security. I have two groups set up on the server, read-write and read-only. This line "Set DB1 = Workspaces(0).OpenDatabase(DbName)" works fine for the read-write group, but refuses to work for the read-only group.
The database does not have a password, only the server is controlling access, and of course the app. itself has built-in security. How do I get the server to open the database for the read-only group? P.S. The code is compiled on Win 2K w/Office 97. The read-only group is Win 2k also but some are Office 97 and some are Office 2002.
The database does not have a password, only the server is controlling access, and of course the app. itself has built-in security. How do I get the server to open the database for the read-only group? P.S. The code is compiled on Win 2K w/Office 97. The read-only group is Win 2k also but some are Office 97 and some are Office 2002.