G
Guest
I am linking to tables in another database and querying data which are in
fields which are text based. The data is limited in the query by filters to
datasets that can all be converted to numerics. I have then used "val" in
the query to do the conversion. I have checked that the results are all true
numbers. I can successfully add these coverted results together, but I find
that I cannot use an IIf statement to test if the result is under a critical
value (0.8). I get a data type mismatch error message.
Suggestions for a way forward would be appreciated.
JMCS
fields which are text based. The data is limited in the query by filters to
datasets that can all be converted to numerics. I have then used "val" in
the query to do the conversion. I have checked that the results are all true
numbers. I can successfully add these coverted results together, but I find
that I cannot use an IIf statement to test if the result is under a critical
value (0.8). I get a data type mismatch error message.
Suggestions for a way forward would be appreciated.
JMCS