I have two tables. Table A contatins 6 ID fields (ResourceNeeded1.Id, ResourceNeeded2.Id, ResourceNeeded3.Id,...). In Table B I have a UserId field. What I want to do is connect the resource needed IDs to the user ID. Is there a way to connect that many IDs from two different tables?
↧