Hi all
I'm a little lost on where I even begin on this one.
I have list of vehicles that need to get checked every week, which gets added to a database. The table the vehicles gets added to is called TblCheck. This has the reg, week, year and a couple of yes/no fields called check and mileage. All of the vehicles belong to a depot, which identifies who is responsible to enter the data. The depot is identified by looking up against TblDriver.
I need a report that lists all of the vehicles that haven't had an entry on a specific week. I can build a query that lists all active vehicles by depot, but I don't know how to build a query to list all vehicles without an entry without entering all of the info into the TblCheck Table for every single week for the next 5 years.
I'm a little lost on where I even begin on this one.
I have list of vehicles that need to get checked every week, which gets added to a database. The table the vehicles gets added to is called TblCheck. This has the reg, week, year and a couple of yes/no fields called check and mileage. All of the vehicles belong to a depot, which identifies who is responsible to enter the data. The depot is identified by looking up against TblDriver.
I need a report that lists all of the vehicles that haven't had an entry on a specific week. I can build a query that lists all active vehicles by depot, but I don't know how to build a query to list all vehicles without an entry without entering all of the info into the TblCheck Table for every single week for the next 5 years.