R
Richard Horne
Hi guys.
I have a table in my database called SupplierCheck. This table contains
amongst others, various fields called Quality, Price, Delivery,
Communication, Consistency, Service and Reliability. Each of these fields can
only contain a value of either 1 2 3 or 4. The idea is that overall score of
all these fields combined determines the status of a supplier in our database.
So a few questions.
Should I be storing the summed total in the actual table or simply
calculating on the fly on a form? My head tells me this should be done on a
form, but the actual overall score determines a rank that is applied to each
supplier.
I.e.
0-16 = C
17-28 = B
This needs to be saved against each supplier as my purchase order system
needs to do different things depending on whether the supplier is ranked B or
C?
So can anyone tell me the best way of doing this?
I have a table in my database called SupplierCheck. This table contains
amongst others, various fields called Quality, Price, Delivery,
Communication, Consistency, Service and Reliability. Each of these fields can
only contain a value of either 1 2 3 or 4. The idea is that overall score of
all these fields combined determines the status of a supplier in our database.
So a few questions.
Should I be storing the summed total in the actual table or simply
calculating on the fly on a form? My head tells me this should be done on a
form, but the actual overall score determines a rank that is applied to each
supplier.
I.e.
0-16 = C
17-28 = B
This needs to be saved against each supplier as my purchase order system
needs to do different things depending on whether the supplier is ranked B or
C?
So can anyone tell me the best way of doing this?