Hi,
I have a table, i have set one of the fields as Integer.
I would like to be able to add > and < qualifiers with the numbers and not get an error message.
I do not think you can use anything other than minus in a numeric field, however, you can do a few things with a text field. For example:
Eval("20 " & Me.[txtText])
Would evaluate to -1 or 0 depending on txtText.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.