unbound report field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two tables with these pertinent fields:
tblProfiles
txtProfileID (PK)
txtDescription

tblProfilesAssociations
txtProfileID (PK) establishes relationship with tblProfiles
txtProfilesAssociations (PK) establishes relationship with tblProfiles and
stores associated txtProfileID's

tblProfiles is in a one-to-many relationship with tblProfilesAssociations.

How can I create a report field that displays tblProfiles.txtDescription so
that it aligns with tblProfilesAssociations.txtProfilesAssociations? I think
this would call for an unbound field? How would I setup the control source?

Any help would be greatly appreciated!

Thanks!
 
Back
Top