unbound report field?

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top