Hi,
I have an Excel VBA app connecting to an Access database via DAO code (edit, insert e.t.c.). This needs to be multiuser (i.e. users can refresh recordsets and add records simultaneously). Even though the database is set to shared mode (not exclusive), it seems first person to connect via DAO in excel locks others out. Is there a way to explicitly declare shared mode in the DAO code (from the excel vba)? Or maybe there is only a way to do so using ADO?