Have a table with a list of inspections listed via numbers and customer names (plus other inspection data) so the list of inspections is 1 - whatever but different customers are entered at different times.
EG.
Inspection / Customer
1 / A
2 / B
3 / C
4 / B
5 / B
6 / A
But I want to create a form and/or report so when customer B is selected inspections only for that customer will be shown E.G 2 , 4 and 5 in the case above.
I tried doing this with a List/combo box to select the customer name required but when the form list the data if you go to the next record it shows you the next record on the main table and not the customer I want the data for only.
any ideas on the best way to do this?
EG.
Inspection / Customer
1 / A
2 / B
3 / C
4 / B
5 / B
6 / A
But I want to create a form and/or report so when customer B is selected inspections only for that customer will be shown E.G 2 , 4 and 5 in the case above.
I tried doing this with a List/combo box to select the customer name required but when the form list the data if you go to the next record it shows you the next record on the main table and not the customer I want the data for only.
any ideas on the best way to do this?