J
JohnLute
I have two tables with these pertinent fields:
tblProfiles
txtProfileID (PK)
Description
Type
tblProfilesAssociations
txtProfileID (PK)
ProfilesAssociations (PK)
Comments
tblProfiles is in a one-to-many relationship with tblProfilesAssociations.
tblProfilesAssociations functions as a bill of material which stores
associated txtProfileID's in the ProfilesAssociations field.
What I'd like to do is query tblProfilesAssociations.ProfilesAssociations
along with their respective tblProfiles.Description entries.
Is this possible?
Any help would be greatly appreciated!
Thanks!
tblProfiles
txtProfileID (PK)
Description
Type
tblProfilesAssociations
txtProfileID (PK)
ProfilesAssociations (PK)
Comments
tblProfiles is in a one-to-many relationship with tblProfilesAssociations.
tblProfilesAssociations functions as a bill of material which stores
associated txtProfileID's in the ProfilesAssociations field.
What I'd like to do is query tblProfilesAssociations.ProfilesAssociations
along with their respective tblProfiles.Description entries.
Is this possible?
Any help would be greatly appreciated!
Thanks!