Hi Bob,
I have to manage contracts of different types where there are 2 types of data:
1) some info is common to any type of contract. This would be for example: cf_id, cf_created, cf_ipaddress. But also others like country_code, date_of_signature, etc.
2) other info depend on the contract type. For example if its a car purchase there would be car_model, car_manufacturer, etc., while if it is a house purchase I would need to store square ft, address, etc.
Ideally I would like to store all type 1 info in a master table and type 2 info in a details table and there would be as many details tables as contract types.
So every time a form is saved some fields should be saved to the master table and others to a details table.
In you experience is this possible and in case could you give me some directions how to implement it?
Thanks,
adop
I have to manage contracts of different types where there are 2 types of data:
1) some info is common to any type of contract. This would be for example: cf_id, cf_created, cf_ipaddress. But also others like country_code, date_of_signature, etc.
2) other info depend on the contract type. For example if its a car purchase there would be car_model, car_manufacturer, etc., while if it is a house purchase I would need to store square ft, address, etc.
Ideally I would like to store all type 1 info in a master table and type 2 info in a details table and there would be as many details tables as contract types.
So every time a form is saved some fields should be saved to the master table and others to a details table.
In you experience is this possible and in case could you give me some directions how to implement it?
Thanks,
adop