Problem creating a report

bacardi451

Registered User.
Local time
Today, 01:35
Joined
Mar 20, 2002
Messages
33
Hello,
I am trying to create a report for a form. When I create a report I get blanks. I have two tables. Table 1 has the following field names: Date, Section supervisor, and section employess. Table 1 is used for the main form. Table 2 has the following field names: Time, data entry. Table 2 is a subform on the main form. I need to create a report which gives me the date, supervisor, and all the times and data entry. is there a way to do this. I tried diffrent ways even look in reference books and still can not get this problem solved. Any help be appreciated.
Thanks
Al
 
What ties table1 to table2, the date? To get your report, you should then need to have a query with both tables listed, showing the join relationship between them. Use the query as the basis for the report. Your report should no longer be blank.
 

Users who are viewing this thread

Back
Top Bottom