I have a problem regarding our RFID log in system project, if i only query one table (Student) it shows the data correctly but our system includes not only the log in of the students but also for the faculty and staff but when i put this query
With cmd
.Connection = cn
.CommandText = "SELECT Firstname,IDnum FROM Students,Faculty WHERE RFID = '" & TextBox1.Text & "'"
End With
it should show the data equal to the rfid if it is equal to either in the student table or faculty, i don't know what to do next please help