Hi there, I have 2 tables.
Vehicle table - gives vehicle details
Vehicle defect table - lists defect reports for vehicles
One vehicle can have many defect reports.
I have a form that is linked to the vehicle table.
On this form I want to display a count of the number of defect reports in the last month. How can I do this ?
Vehicle table - gives vehicle details
Vehicle defect table - lists defect reports for vehicles
One vehicle can have many defect reports.
I have a form that is linked to the vehicle table.
On this form I want to display a count of the number of defect reports in the last month. How can I do this ?