V
vavroom
I'm puzzled and suspect I'm missing something simple, but can't figure
it out. Searching the group has led to no enlightment.
I'm doing an if/else statement. If I use the following statement, it
works:
if me.txtline Like "1010*" then
bla bla bla
end if
It finds the record where the field has a value similar to 1010.
If OTOH I want to find the values that are NOT like 1010, it doesn't
work.
I tried:
me.txtline not like "1010*"
and
me.txtline <> "1010*"
What am i missing?
Thanks in advance
it out. Searching the group has led to no enlightment.
I'm doing an if/else statement. If I use the following statement, it
works:
if me.txtline Like "1010*" then
bla bla bla
end if
It finds the record where the field has a value similar to 1010.
If OTOH I want to find the values that are NOT like 1010, it doesn't
work.
I tried:
me.txtline not like "1010*"
and
me.txtline <> "1010*"
What am i missing?
Thanks in advance