D
Donna
I have a database which I want to calculate vehicle monthly usage. I also
need to be able to show daily which vehicles should be used based on that
usage and not show vehicles which have already been signed out, so I need a
query(s) that will exclude any vehicle that has an "ending mileage" that is
null; i.e. Vehicle#1 has been sign out and returned several times during the
month, but has not been returned yet today, so it should not appear on the
list of available vehicles.
Fields I think I need to use are "Vehicle#", "Returned Y/N",
"EndingMileage". I currently use Min and Max to calculate the mileage.
Thanks for any suggestions.
need to be able to show daily which vehicles should be used based on that
usage and not show vehicles which have already been signed out, so I need a
query(s) that will exclude any vehicle that has an "ending mileage" that is
null; i.e. Vehicle#1 has been sign out and returned several times during the
month, but has not been returned yet today, so it should not appear on the
list of available vehicles.
Fields I think I need to use are "Vehicle#", "Returned Y/N",
"EndingMileage". I currently use Min and Max to calculate the mileage.
Thanks for any suggestions.