February 5, 201015 yr 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
February 6, 201015 yr 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, 201015 yr by Guest
Create an account or sign in to comment