K
Kevin Bruce
On a form with 20 filter buttons, I have one that is designated to pull any
record where the so-called "DistrictAndAffiliationID" begins with the
letters "SD".
Case Is = 17
Me.Filter = "Left$(DistrictAndAffiliationID, 2) = 'SD'"
Me.FilterOn = True
This doesn't run, however. Am I doing something wrong?
================================
Kevin Bruce
Program Coordinator
ArtStarts in Schools
301 - 873 Beatty Street
Vancouver, BC V6B 2M6
ph:604-878-7144 ext.3
fx: 604-683-0501
web: www.artstarts.com
record where the so-called "DistrictAndAffiliationID" begins with the
letters "SD".
Case Is = 17
Me.Filter = "Left$(DistrictAndAffiliationID, 2) = 'SD'"
Me.FilterOn = True
This doesn't run, however. Am I doing something wrong?
================================
Kevin Bruce
Program Coordinator
ArtStarts in Schools
301 - 873 Beatty Street
Vancouver, BC V6B 2M6
ph:604-878-7144 ext.3
fx: 604-683-0501
web: www.artstarts.com