WestSide2003
Technical User
Hi,
I have two tables that I would like to Join.
Basically I need to retrieve UserID, Password from Table A.
I also need to get FirstName, LastName from Table B.
I know it would be obvious to store them in 1 table, but they are not in the same table.
How can I write a query that retrieves the required fields? I do not have any FK in Table A that would allow me to create a relationship...
Table A
UserID
Password
Table B
FirstName
LastName
Any help appreciated
I have two tables that I would like to Join.
Basically I need to retrieve UserID, Password from Table A.
I also need to get FirstName, LastName from Table B.
I know it would be obvious to store them in 1 table, but they are not in the same table.
How can I write a query that retrieves the required fields? I do not have any FK in Table A that would allow me to create a relationship...
Table A
UserID
Password
Table B
FirstName
LastName
Any help appreciated