T
tsluu
Set dbs = CurrentDb
Set doc = dbs.Containers("Form").Documents("myForm")
doc.userName = "PowerUser"
doc.Permissions returned 196353
Based on the DAO Security Constants, I cant seem to find one that is equal
to 196353 or 393230. How can I get the different combinations to get 196353.
I understand it could be a combinations of dbSecReadDef or dbSecWriteDef...etc
Set doc = dbs.Containers("Form").Documents("myForm")
doc.userName = "PowerUser"
doc.Permissions returned 196353
Based on the DAO Security Constants, I cant seem to find one that is equal
to 196353 or 393230. How can I get the different combinations to get 196353.
I understand it could be a combinations of dbSecReadDef or dbSecWriteDef...etc