On Fri, 4 Aug 2006 08:24:01 -0700, sgtschultz1981 <sgtschultz1981[ at ]discussions.microsoft.com> wrote:
[Quoted Text] >I have two tables created and I have a one to many relationship on them. The >table I am using in my report has two foreing keys to draw information from >two places in the other table. Why is it that when I view the report it just >shows the autonuumber i used to call it with? What do I need to do to get the >information in the report instead of the number used to import the >information.
Base the report on a QUery joining the two tables.
The foreign key is just that - a link to the other table. It doesn't contain the data from the other table!
John W. Vinson[MVP]
|