C
catphishum
Hi All - Thanks in advance for your help....Am new to access
programming, but understand the underlying principles, for the most
part ;o)
I'm building a database for a friend that allows him to input
maintenance performed to his fleet of rental cars. They have a rental
car software that uses access on the back end to store information
(Fleet ID, Make, Model, Miles, etc). What I have created so far is a
table & associated form that he can use for data entry of maintenance
to the fleet. The form allows him to select a Fleet ID (from linked
table as described above), miles at time of service, date, and a
variety of yes/no's for the services he routinely performs.
He would like for a report to be generated that shows the following
for the entire fleet:
Fleet ID, Miles, Last Service Miles.....
I cannot seem to build a query that shows this information. I can
build one that shows the last service mileage for a particular Fleet
ID (using a parameter), but not for say cars 1-4, their current
mileage, and the mileage of last service.
any thoughts on what I should do? I don't exactly know what to relate
in the two tables to get the information to propagate....thanks
again,
Brian B.
programming, but understand the underlying principles, for the most
part ;o)
I'm building a database for a friend that allows him to input
maintenance performed to his fleet of rental cars. They have a rental
car software that uses access on the back end to store information
(Fleet ID, Make, Model, Miles, etc). What I have created so far is a
table & associated form that he can use for data entry of maintenance
to the fleet. The form allows him to select a Fleet ID (from linked
table as described above), miles at time of service, date, and a
variety of yes/no's for the services he routinely performs.
He would like for a report to be generated that shows the following
for the entire fleet:
Fleet ID, Miles, Last Service Miles.....
I cannot seem to build a query that shows this information. I can
build one that shows the last service mileage for a particular Fleet
ID (using a parameter), but not for say cars 1-4, their current
mileage, and the mileage of last service.
any thoughts on what I should do? I don't exactly know what to relate
in the two tables to get the information to propagate....thanks
again,
Brian B.