Hi, I am trying to implement a paperless Purchase Order system for our company. To approve a PO the name of the managers that can approve them is in a lookup table, the managers just pick their name from the list and the PO is approved. The approval look-up field is blocked from being edited through the SQL server, anyone that's not supposed to approve PO's can't.
The problem is that the managers can approve the PO under any name that is in the list, not just theirs. How can I fix it to limit the managers so that they can only approve a PO only if they put in their name?
I have setup users and group policies in the database itself but this only limits access to forms tables and so on as a whole, not the items within the forms.
I think the way to do it is to have some code that will look at the username that is logged in to the database and filter the names out of the list that don't correspond.
I hope this is enough information,
BTW, I don't have much experience with VB (noob), that's why I don't even know where to start.
Thanks for the help in advance.
The problem is that the managers can approve the PO under any name that is in the list, not just theirs. How can I fix it to limit the managers so that they can only approve a PO only if they put in their name?
I have setup users and group policies in the database itself but this only limits access to forms tables and so on as a whole, not the items within the forms.
I think the way to do it is to have some code that will look at the username that is logged in to the database and filter the names out of the list that don't correspond.
I hope this is enough information,
BTW, I don't have much experience with VB (noob), that's why I don't even know where to start.
Thanks for the help in advance.