Topic: Limit number of records that a user can add

What is the best way to stop a user from adding a record if I have set a limit that the user can add into a table?

There will be other records in the table for other users so I need to count them for the current user and then give them a message and stop the add from happening.

Thanks

2 (edited by brian.zaballa 2020-12-02 05:42:25)

Re: Limit number of records that a user can add

Here. I made a sample to give you an idea. That's one way I can think about. You can add a module or form to update the record limit of the user.

Post's attachments

Attachment icon alan_limit.zip 496.19 kb, 246 downloads since 2020-12-02 

brian

Re: Limit number of records that a user can add

Brian,

Perfect, I understand how to make it work.

Thanks so much.

Love MVD