M
MitziUK
I have a form which details vehicle particulars such as make, model, reg no
(primary key) vin no, engine no, date purchase, cc, year of first reg, radio
code, date sold, date sorn. Obviously the data entered into this form goes
into a table.
I have another service table which has the following fields:
Service ID (Auto No)
Reg No
Service Date
Mileage Last Service
Mileage between services
Weeks between Services
Service Type
Service by
Servicing Costs
Going back to my vehicle particulars form, I want to include the following
fields on it:
Last Service Date, (only show last date from service table)
Mileage Between services
Next service due (calculated field)
How do I add these please?
Also Mileage between Services – if the vehicle is a Renault mileage between
service is 9,000, Vauxhall 10,000. At the moment these figures are entered
into the service table, but is there a way that I can get the form to look at
the make of vehicle then according to its result display the appropriate
mileage between services on the form. Or am I going way to above myself.
(primary key) vin no, engine no, date purchase, cc, year of first reg, radio
code, date sold, date sorn. Obviously the data entered into this form goes
into a table.
I have another service table which has the following fields:
Service ID (Auto No)
Reg No
Service Date
Mileage Last Service
Mileage between services
Weeks between Services
Service Type
Service by
Servicing Costs
Going back to my vehicle particulars form, I want to include the following
fields on it:
Last Service Date, (only show last date from service table)
Mileage Between services
Next service due (calculated field)
How do I add these please?
Also Mileage between Services – if the vehicle is a Renault mileage between
service is 9,000, Vauxhall 10,000. At the moment these figures are entered
into the service table, but is there a way that I can get the form to look at
the make of vehicle then according to its result display the appropriate
mileage between services on the form. Or am I going way to above myself.