Please Help

  • Thread starter Thread starter Gary Brady
  • Start date Start date
G

Gary Brady

How can I a report to show details for 1 employee when
the report is based around call outs between 2 dates.
The report shows all call outs, I would like to preview
an individuals.
I introduced a list box on my form but can't get it to
work in conjuction with the report.

Any ideas guys
 
-----Original Message-----
How can I a report to show details for 1 employee when
the report is based around call outs between 2 dates.
The report shows all call outs, I would like to preview
an individuals.
I introduced a list box on my form but can't get it to
work in conjuction with the report.

Any ideas guys
.

You're going to have to associate each call out with a
single employee. Then in the row source for the drop-down
list box, construct SQL which looks at the employee AND
the date.
 

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

Similar Threads

Filtering subreports on main report 0
Using Count(*) 3
Access Access Report Works on One Machine but not Another 3
Report design 6
Box around my sub report 1
report design 4
counting records shown in a report 3
Writing codes 1

Back
Top