S
S Derouen
I have a Query in one database that works: SELECT * from tblUGMaps ORDER BY
val([NUMBER]);
NUMBER is DataType text.
If I copy the same Query into another database(to use on another table), I
get an error message - Data Type mismatch in criteria expression. The field
in this table is also DataType text.
From what I've noticed, the problem is that there can be "blank" data in the
second table. Does anyone have a suggestion on how I can fix my Query so
that the "blank" data wouldn't cause the error?
Thanks,
S. Derouen
val([NUMBER]);
NUMBER is DataType text.
If I copy the same Query into another database(to use on another table), I
get an error message - Data Type mismatch in criteria expression. The field
in this table is also DataType text.
From what I've noticed, the problem is that there can be "blank" data in the
second table. Does anyone have a suggestion on how I can fix my Query so
that the "blank" data wouldn't cause the error?
Thanks,
S. Derouen