G
Gaetan
Hello,
I would like to display in a text box the name of the field that is being
filtered and the filter criteria that is being applied. I know this
information is available in the Filter property of the form but the way it
shows (ex.: ((Lookup_cboJobTypeID.Type="Full-Time"))), it needs a complicated
use of the InStr and Left funtions to get to the information.
I was wondering if there was a simpler way to display the information so
that the user knows what Filter is applied to the data he sees.
Thanks in advance!
I would like to display in a text box the name of the field that is being
filtered and the filter criteria that is being applied. I know this
information is available in the Filter property of the form but the way it
shows (ex.: ((Lookup_cboJobTypeID.Type="Full-Time"))), it needs a complicated
use of the InStr and Left funtions to get to the information.
I was wondering if there was a simpler way to display the information so
that the user knows what Filter is applied to the data he sees.
Thanks in advance!