Hi happy programmer,
I trying to write a filter for my tables that will use string comparisons. For exmaple,
If field1 > number then
' Perform an aritmatic calc. and greater than or smaller than comparisons
if else field1 = text then
' String comparison and do not perform a greater or smaller comparison
if else field1 = boolean type then
' Perform a one or zero comparison and do not perform a greater than or smaller than comparison.
Any help is appretiated,
Thanks,
V.
I trying to write a filter for my tables that will use string comparisons. For exmaple,
If field1 > number then
' Perform an aritmatic calc. and greater than or smaller than comparisons
if else field1 = text then
' String comparison and do not perform a greater or smaller comparison
if else field1 = boolean type then
' Perform a one or zero comparison and do not perform a greater than or smaller than comparison.
Any help is appretiated,
Thanks,
V.