Drug Testing Database. Issue:
I have a table that lists a names of possible drugs that can be tested for.
I need to set up pricing for the tests, but I CAN"T price each drug individually(Amphetamines 3.50 Cocaine 3.50). I need to price it by drugs - 1 drug Tested for, 2 drugs tested for, 3 drugs etc. So I need access to recognize, no matter which specific test(amphetamines, cocaine, etc)is being tested for, it will price it accordingly. Amphetamines and Barbiturates = 2 panel, Cocaine, Amphetamines, Opiates = 3 Panel. I don't want to go and design a "Panel" for every type of drug combination. I simply need access to count how many drugs and price accordingly.This would only work for drugs which all have the same price because some tests are more expensive, like a Hair Test, so I would need to be able to create a specific price panel for that. Any suggestions?
I have a table that lists a names of possible drugs that can be tested for.
I need to set up pricing for the tests, but I CAN"T price each drug individually(Amphetamines 3.50 Cocaine 3.50). I need to price it by drugs - 1 drug Tested for, 2 drugs tested for, 3 drugs etc. So I need access to recognize, no matter which specific test(amphetamines, cocaine, etc)is being tested for, it will price it accordingly. Amphetamines and Barbiturates = 2 panel, Cocaine, Amphetamines, Opiates = 3 Panel. I don't want to go and design a "Panel" for every type of drug combination. I simply need access to count how many drugs and price accordingly.This would only work for drugs which all have the same price because some tests are more expensive, like a Hair Test, so I would need to be able to create a specific price panel for that. Any suggestions?