Hi all,
I have a form which is allowing input of equipmet info. To keep is simple I have tried to dumb it down as much as possible. Here is an example of the table with some data in.
Now my aim is to be able to have a table which creates a unique record for every combination of location and seg. type.
For example from this table the new table would create a new record for ZE-A ZE-B etc etc. There will always be the same number of segrigation types however there will be an undetermined number of locations.
The aim of having these new records is to have a field in each record which sums the total weight of the equipment at each location based on the segrigation type and another for the size.
An example of what I am looking for is:
Is this possible does anyone know