Hi,
I have an approval system im building for my database, what i want to beable to do is have a list of people that have the right to approve somehow be stored in a table.. this list would probably be their userID. My problem is I do not know how to store something like this..
Approval Table
approvalID - ChangeNumber - requiredApprovals - currentApprovals - (something here that can sore multiple numbers)
see my issue? i need some way of storing a varying amount of numbers that can easily be used to identify people when pulling this information out and into a form.
can anyone help? sorry if the above doesn't make sense, ill try to clarify if you want.
I have an approval system im building for my database, what i want to beable to do is have a list of people that have the right to approve somehow be stored in a table.. this list would probably be their userID. My problem is I do not know how to store something like this..
Approval Table
approvalID - ChangeNumber - requiredApprovals - currentApprovals - (something here that can sore multiple numbers)
see my issue? i need some way of storing a varying amount of numbers that can easily be used to identify people when pulling this information out and into a form.
can anyone help? sorry if the above doesn't make sense, ill try to clarify if you want.