I have Access database and I’m using VB.NET. DB has two tables
- Technicians
- Faults
I have columns I want from technicians table in datagrid, but I want to have extra column which should show how many faults every technician fixed based on the Faults table(so I think query will need to run for every row). Is this even possible?
Big Thank you for any help
That should be