Hi i am creating a database where i want to have 3 tables:
This search needs to bring back multiple results as more than one bucket will be able to go on a given machine.
I was thinking of an iff function where the weight per cubic metre is multiplied by the capacity and added to teh weight of the bucket and if this is less than the lift capacity of the machine
however i am not sure how this would fit in with how i want to just search using the machine and the material
any help would be very much appreciated thank you
- one with machine details including lift capacity
- One with bucket details including the weight of the bucket and the capaicty
- one with material details including the weight per cubic meter
This search needs to bring back multiple results as more than one bucket will be able to go on a given machine.
I was thinking of an iff function where the weight per cubic metre is multiplied by the capacity and added to teh weight of the bucket and if this is less than the lift capacity of the machine
however i am not sure how this would fit in with how i want to just search using the machine and the material
any help would be very much appreciated thank you