G
Guest
Hi all,
I have a database that I created which contained all the objects, including
the tabels. I then split the tables out into a back end database and we
enabled user level security. I have a statement in both databases that
looks like this:
rstClients.Open "EmailReminderMedicalVisit", , adOpenKeyset, adLockPessimistic
"EmailReminderMedicalVisit" is the name of a query .
In the non-split, no security database this works fine. In the split,
secured database, I get an error suggesting that Access excepts to see an
actual SQL statment as opposed to the name of a query. In other words,
Access isn't letting me put a query name there. I know it can be done
because it was working in the non-split database. I checked all my library
references in both databases and they identical. I know I'm missing
something. Does anyone know what may be driving this? Thank you very much,
Debbie
I have a database that I created which contained all the objects, including
the tabels. I then split the tables out into a back end database and we
enabled user level security. I have a statement in both databases that
looks like this:
rstClients.Open "EmailReminderMedicalVisit", , adOpenKeyset, adLockPessimistic
"EmailReminderMedicalVisit" is the name of a query .
In the non-split, no security database this works fine. In the split,
secured database, I get an error suggesting that Access excepts to see an
actual SQL statment as opposed to the name of a query. In other words,
Access isn't letting me put a query name there. I know it can be done
because it was working in the non-split database. I checked all my library
references in both databases and they identical. I know I'm missing
something. Does anyone know what may be driving this? Thank you very much,
Debbie