I have a User table with:
UserID
UserName
I have a Manage table with:
UserID
FirmNumber
and I have a Firm table with:
FirmID
FirmName
If I know the user's ID, what query would I use to return a table with two columns, UserName and FirmName for only the rows that the UserID in the User table match the UserID in the Manage table?
Thank you for helping.
Kyle
UserID
UserName
I have a Manage table with:
UserID
FirmNumber
and I have a Firm table with:
FirmID
FirmName
If I know the user's ID, what query would I use to return a table with two columns, UserName and FirmName for only the rows that the UserID in the User table match the UserID in the Manage table?
Thank you for helping.
Kyle