autofill on a report

D

Dahlman

I created a form that automatically filled in last name, first name, hire
date, and birthdate when I selected the employees number. I can't put this
information into the my table because then it would just be saving it in 2
different spots. Now I want to create a report but I don't know how to make
them autofill in my report. Please help. It would be much appreciated.
Thanks. Travis
 
S

Steve Schapel

Travis,

It sounds like you want your report to include data which is stored in
more than one table. Probably what you need is to create a Query which
includes all the tables which contain data you need for the report, make
sure they are joined correctly in the query, and then use the query as
the record source of the report.

If you need more specific help with this, please post back with details
of your tables, fields, and examples of what you want your report to
look like.
 
Top