Hi,
I've been working on this database, where basically, I have 3 tables and 3 corresponding forms.
The first table: CustomerData has one primary key.
The Other, CustomerCarData has 1 pk, but is also the many side of 'Customer Data".
The 3rd table is 'Service'. with 1 pk, and
2 'many sides' (Customer, and CustomerCar).
OK basically it works. This is how it works:
A customer comes in to get their car fixed (oil change, whatever).
The customer can have many cars.
OK,
Each of their many cars, can have an infinite amount of service done. (one car gets oil change this month, next month the other car needs brakes . . . . .and so on).
What I've done is made "CustomerDat" the main form, and "Customer Car" and "Service Ticket" the subforms.
(actually "Service" is a subform of CustomerCarData, and then both are implanted to 'CustomerData'.
Would it make sense to tear all this down and make
'Service' the main form, and then add the other two as subforms?
Help truly appreciated,
Jim
I've been working on this database, where basically, I have 3 tables and 3 corresponding forms.
The first table: CustomerData has one primary key.
The Other, CustomerCarData has 1 pk, but is also the many side of 'Customer Data".
The 3rd table is 'Service'. with 1 pk, and
2 'many sides' (Customer, and CustomerCar).
OK basically it works. This is how it works:
A customer comes in to get their car fixed (oil change, whatever).
The customer can have many cars.
OK,
Each of their many cars, can have an infinite amount of service done. (one car gets oil change this month, next month the other car needs brakes . . . . .and so on).
What I've done is made "CustomerDat" the main form, and "Customer Car" and "Service Ticket" the subforms.
(actually "Service" is a subform of CustomerCarData, and then both are implanted to 'CustomerData'.
Would it make sense to tear all this down and make
'Service' the main form, and then add the other two as subforms?
Help truly appreciated,
Jim