Jan, if CRLimit is a control on your form, don't declare it as a string.
If me.CRLimit <= me.TOTAL_VAT then...
The logical evaluation will be accurate if both the values are numbers, not strings, and neither is null. Your "math" will display your table if both values are 0. Do you want that...