unbound 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!
 
L

Larry Daugherty

Design a new query based on your two tables and save it. With that
query selected click the Autoreport Wizard Icon. After a few tries,
settle on one report and open it in design view. Twiddle and tweak.

Notice that you do not want an unbound control.

HTH
 
G

Guest

THANKS!!!
--
www.Marzetti.com


Larry Daugherty said:
Design a new query based on your two tables and save it. With that
query selected click the Autoreport Wizard Icon. After a few tries,
settle on one report and open it in design view. Twiddle and tweak.

Notice that you do not want an unbound control.

HTH
 

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