C
Catmando
Hi. We operate in a data warehouse environment and we have some users who
use Access and link tables.
We would like to have it so Access would not default to the Dynaset record
set because most (if not all) of the tables they will use will be read-only
for them. We don't need the ability to update or add to those.
I know I can edit the properties of each query to change the recordset, but
that seems tedious and prone to error.
I also found this Article#292783 which describes a method to kind of do what
I want but the problem is that when I use this method, it doesn't default the
query to be Snapshot, it just disables update/inserts into the table (even
when primary key is specified).
Anyone have other ideas?
use Access and link tables.
We would like to have it so Access would not default to the Dynaset record
set because most (if not all) of the tables they will use will be read-only
for them. We don't need the ability to update or add to those.
I know I can edit the properties of each query to change the recordset, but
that seems tedious and prone to error.
I also found this Article#292783 which describes a method to kind of do what
I want but the problem is that when I use this method, it doesn't default the
query to be Snapshot, it just disables update/inserts into the table (even
when primary key is specified).
Anyone have other ideas?