A
andy.crumbacker
I am attempting to filter out records; a process that I thought was
VERY simple and straightforward but some detail is elluding me. Here
is what I have: Access2002 SP3, the form UPDATEREQ is using the table
REQ as a data source. This form does not use a query. To eliminate
visual clutter, I wish to filter out when viewing this form, all
instances of the field REQSTATUS that equal "Executed Purchase".
I went into the properties for the form and entered the filter
condition: REQSTATUS <> "Executed Purchase". I cut and pasted this
value from the table directly then enclosed it in quotes as part of the
syntax. Allow filter option is set to YES.
I have tried square brackets and even the detail,
[REQ].[REQSTATUS] <> "Executed Purchase" without success. I attempted
the use of a macro on opening of the form using SETVALUE | Item:
FilterOn | Expression: True but the FilterOn function is not supported
by this Access version. I even tried a visual basic routine for the
form on opening with the syntax: Me.FilterOn = True but received an
error.
Any ideas?
VERY simple and straightforward but some detail is elluding me. Here
is what I have: Access2002 SP3, the form UPDATEREQ is using the table
REQ as a data source. This form does not use a query. To eliminate
visual clutter, I wish to filter out when viewing this form, all
instances of the field REQSTATUS that equal "Executed Purchase".
I went into the properties for the form and entered the filter
condition: REQSTATUS <> "Executed Purchase". I cut and pasted this
value from the table directly then enclosed it in quotes as part of the
syntax. Allow filter option is set to YES.
I have tried square brackets and even the detail,
[REQ].[REQSTATUS] <> "Executed Purchase" without success. I attempted
the use of a macro on opening of the form using SETVALUE | Item:
FilterOn | Expression: True but the FilterOn function is not supported
by this Access version. I even tried a visual basic routine for the
form on opening with the syntax: Me.FilterOn = True but received an
error.
Any ideas?