Hello everyone...
I have a table: employee
Id int 11
employee ID: varchar 10
Name: varchar 100
Address: varchar 50
Status: int 1
I want to create a form where the entry form can be accessed with user level IDs -1, 1, 2, 3, but the other form can only be used to change status with levels 1 and -1.
How can I create 2 forms accessing 1 table? The default is 1 table, 1 form. I've created a custom view, but sometimes it gets an error in the middle of the process.
Thanks