G
Guest
Ive been trying to build an expression that removes the decimals (".") out of
my fields and replaces them with two spaces. I came up with something like
this....
Mid([findDOT]![LOT],1,InStr(1,"."," ",1)-1)
however, I keep getting the return that there is not enough virtual or free
memory to run the query. Ive free'd up plenty space and tried to run it on
other computers as well. FYI, the name of my field that Im trying to query is
"findDOT".
my fields and replaces them with two spaces. I came up with something like
this....
Mid([findDOT]![LOT],1,InStr(1,"."," ",1)-1)
however, I keep getting the return that there is not enough virtual or free
memory to run the query. Ive free'd up plenty space and tried to run it on
other computers as well. FYI, the name of my field that Im trying to query is
"findDOT".