G
Guest
I have a table that I've imported into Access and need to base a conditional
format on the following
Public Function fTestConditions(strWorkstation, strDescription)
If strWorkstation = ([30,071-C-02_A]) Then
fTestConditions = True
My "strWorkstation" text is "30,071-C-02 A" and I'm wondering what the rules
are regarding using commas and dashes and numbers and text as I'm not able to
get the results I need. I pulled this table in and unfortunately the
workstation numbering (30,071-C-02 A) must remain as is.
Thanks.
format on the following
Public Function fTestConditions(strWorkstation, strDescription)
If strWorkstation = ([30,071-C-02_A]) Then
fTestConditions = True
My "strWorkstation" text is "30,071-C-02 A" and I'm wondering what the rules
are regarding using commas and dashes and numbers and text as I'm not able to
get the results I need. I pulled this table in and unfortunately the
workstation numbering (30,071-C-02 A) must remain as is.
Thanks.