I have a calculated field (Shortage Qty) in my main table [Load Lists]. (Shortage Qty)=(Returned Qty)-(Sent Qty). This works great. It calculates my shortage (what I sent out vs what I got back). I was surprised, considering my sent and returned qtys are both formatted as text.
Now, I want to have a query show only the negative numbers in (Shortage Qty), to isolate shortages only. Problem is, when I enter the expression "<0", it gives me a type mismatch error. (Shortage Qty) is set to be a calculated field type, with an integer result.
Is there a way around this, without converting (Returned Qty) & (Sent Qty) to numeric types? I really don't want to do that, as some of my imported data contains text, and changing these fields to numeric throws me a bunch of errors with other parts of my database.
I would attached a sample, but my database is huge!
Any help would be appreciated! Thanks.