El_Pablo Posted February 5, 2010 Posted February 5, 2010 Hi, I'm totally a newbie in Access & Privileges. Is there a function that checks if the user can create a record of a given table? Something like Get (RecordCreationAccess) Thanks
Wim Decorte Posted February 6, 2010 Posted February 6, 2010 (edited) Not that I recall, but you can try one of these: - create a custom extended privilege bit and get it through the Get(extendedprivileges) function - have a "try create record" script that exits with the error number, you can then catch that - name your privilege sets so that they include CRUD details (Create/Read/Update/Delete) so you can use the get(privilegesetname) and parse it to know Edited February 6, 2010 by Guest
Recommended Posts
This topic is 5405 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now