Hi all,
I created a database for my web application in VB and I'm trying to insert data in my login table but its keep giving me error
i have login table which contains
loginID
UserId
Acctype
Password
My PK is LoginID
MyFK is User Id which connected to three tables(Admin-Pateint-SLP) the problem I think is that some times the UserID is the same So i could have admin where his Id is 1 and a patient who is also have the same user Id. I think the solution is to do something about the acctype because I have three typs of users(A-P-S) but i dont know how to do it?
Plz help!!