T
tbl
In an Access 2000 / 2002 db, a user from a group with
permissions to enter/edit data on all forms, and where all
querys are RWOP, I'm still having trouble with a combo box
fed by:
SELECT qrySpecies.SpCode, qrySpecies.CommonName,
qrySpecies.OtherName, qrySpecies.SpId
FROM qrySpecies
WHERE (((qrySpecies.SpCode) Not Like "any"))
ORDER BY qrySpecies.SpCode
WITH OWNERACCESS OPTION;
I get the error:
"Record(s) cannot be read; no read permission on
'qrySpeciescbo_NoAny'."
Stuck again!
Any help appreciated.
permissions to enter/edit data on all forms, and where all
querys are RWOP, I'm still having trouble with a combo box
fed by:
SELECT qrySpecies.SpCode, qrySpecies.CommonName,
qrySpecies.OtherName, qrySpecies.SpId
FROM qrySpecies
WHERE (((qrySpecies.SpCode) Not Like "any"))
ORDER BY qrySpecies.SpCode
WITH OWNERACCESS OPTION;
I get the error:
"Record(s) cannot be read; no read permission on
'qrySpeciescbo_NoAny'."
Stuck again!
Any help appreciated.