KINGOFCHAOS17
Member
- Local time
- Today, 00:09
- Joined
- Mar 20, 2020
- Messages
- 45
Hello All. I've got a simple table containing product data, one of the fields contains the weight and another contains what unit of measure has been used (either pounds or ounces), I'm trying to write a query that will convert the weight to kilograms but struggling with how to handle two different conversions within the same query and the possibility of no weight being entered. I'm thinking its going to multiple IF statements but not sure, can anyone help please?