combo box and reports

oskar_diaz

Registered User.
Local time
Today, 00:09
Joined
Jul 28, 2003
Messages
18
is it possible to create a report from a check box list. I have created a list where it reports the date and the incident date. So i suppose my question is how to i do that. How do i create the query for that also.

So that it fills in the name and incidents of the person who is selected from that list??



thanks
 
I think you mean that you want to select fields from your query in rows where a check box has been ticked. Just open a normal select query Drag the date field and the checkbox fields into the grid. Under the check box column in the criteria row put TRUE.

Run the query and only the rows that have checked boxes will be returned
 
This is actually what i mean. I have made a list and i want the fields from this list to open a report for that incident.


If i select this name from a list i want the values from this list to go to that report
 

Attachments

  • namelist.jpg
    namelist.jpg
    19.6 KB · Views: 123

Users who are viewing this thread

Back
Top Bottom