hello,
I am having a hard time, I have my records table, this has a userid this is the only way I can link it to my users table
the problem that I have is that about 3 users have multiple user id's. For example
Sam has id 50 and 60
tim has id 90, 100, 180
what I am trying to accomplish is to have a single login for each user that would show the records of that user. In stead of having multiple logins for one user.
Not sure if there is a way to accomplish this?
I am having a hard time, I have my records table, this has a userid this is the only way I can link it to my users table
the problem that I have is that about 3 users have multiple user id's. For example
Sam has id 50 and 60
tim has id 90, 100, 180
what I am trying to accomplish is to have a single login for each user that would show the records of that user. In stead of having multiple logins for one user.
Not sure if there is a way to accomplish this?