Hi!
Can I restrict a user to insert a specific number of records in a table?
For example, I have a category and subcategory, I need to restrict a user so that he can insert not more than 5 records in a SubCategory.
Thank you.
Please help!
Printable View
Hi!
Can I restrict a user to insert a specific number of records in a table?
For example, I have a category and subcategory, I need to restrict a user so that he can insert not more than 5 records in a SubCategory.
Thank you.
Please help!
use a variable to count the number of inserts.