Kayleigh
Member
- Local time
- Today, 12:25
- Joined
- Sep 24, 2020
- Messages
- 709
Hi,
I have a database which calculates quotes for materials required based on the measurements entered (length and width).
They now would like to include a table with what they currently have in stock.
Then when entering the measurements it should check in the stock table if any length/width are within 20mm.
Any suggestions on how to design the logic here?
Ps. On further consideration I'm thinking along the lines of iterating through the table after update of measurements and checking if each is more or less than 20mm. Is this the best option?
I have a database which calculates quotes for materials required based on the measurements entered (length and width).
They now would like to include a table with what they currently have in stock.
Then when entering the measurements it should check in the stock table if any length/width are within 20mm.
Any suggestions on how to design the logic here?
Ps. On further consideration I'm thinking along the lines of iterating through the table after update of measurements and checking if each is more or less than 20mm. Is this the best option?
Last edited: