How can I make a filter in table with a number variable?
' instead of: Table1.Filter("posx = 118") I want to use:
'********************
a = 118
Table1.Filter("posx" & " '< a'") ' but it doesn't work
'***********************
any idea?
Thanks in advance
' instead of: Table1.Filter("posx = 118") I want to use:
'********************
a = 118
Table1.Filter("posx" & " '< a'") ' but it doesn't work
'***********************
any idea?
Thanks in advance