B
Biss
Hi I am using Access 07
I am using a macro to ApplyFilter.
In the Where Condition I have this statement
[Addresses]![Catagory]="Performer" And [Addresses]![InActive]="False"
When I run the filter I receive a data mistype error.
I have tried the following and still get the error.
[Addresses]![InActive]="False"
In the underlying table there is a field named [InActive] which is simple
"Yes" or "No" Field.
Please advise who to filter for simple yes or no answers.
Many thanks
Bob
I am using a macro to ApplyFilter.
In the Where Condition I have this statement
[Addresses]![Catagory]="Performer" And [Addresses]![InActive]="False"
When I run the filter I receive a data mistype error.
I have tried the following and still get the error.
[Addresses]![InActive]="False"
In the underlying table there is a field named [InActive] which is simple
"Yes" or "No" Field.
Please advise who to filter for simple yes or no answers.
Many thanks
Bob