I have the following Dlookup statement:

Code:
DLookup("[RateValue]", "[Rates]", "[Rate]=" & CStr(CRegion))
I get the error: "You cancelled the previous operation".


The field is not null, it contains a 'Number' value with 2 decimal places. It is going into a double variable.

I have also tried it without the [], same result.

...