I have a table which is used for access levels
there are two types
If the user is an operator they are Assigned a Number i.e. 1
If the user is a administrator the are assigned "Manager"
In a form that allows certain users to update this information
I have a combo box wher I can select if the user is Admin or Operator, if the user is an operator how do I get the DB to look at the last number and +1 to that
So if the last person to be added was number 10 and then a new opeator that was added would be number 11.
Thanks
there are two types
If the user is an operator they are Assigned a Number i.e. 1
If the user is a administrator the are assigned "Manager"
In a form that allows certain users to update this information
I have a combo box wher I can select if the user is Admin or Operator, if the user is an operator how do I get the DB to look at the last number and +1 to that
So if the last person to be added was number 10 and then a new opeator that was added would be number 11.
Thanks