autofill on a report

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

Guest

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
 
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.
 

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

Back
Top