G
Guest
I am trying to create a macro that contains the following where condition.
What I am looking to do is limit the number of records retruned in a form. A
field contains the folowind type of numbers 201.02.02. The field is formated
as text. I need to limit it by the first three numbers. I have tried the
following.
[Forms]![Frm_Standard Progress]![Standard Number] Like "201*"
The above returns no records at all. Any advice? Thank you
What I am looking to do is limit the number of records retruned in a form. A
field contains the folowind type of numbers 201.02.02. The field is formated
as text. I need to limit it by the first three numbers. I have tried the
following.
[Forms]![Frm_Standard Progress]![Standard Number] Like "201*"
The above returns no records at all. Any advice? Thank you