M
Mark
I get "error 3077 Syntax Error (missing operator) in expression" in this
expression:
Rst.FindFirst "[Section]='" & Me!NewSection & "'"
when Me!NewSection contains an apostrophe.
How can I write the FindFirst expression so it works whether or not
Me!NewSection contains an apostrophe?
Thanks!
Mark
expression:
Rst.FindFirst "[Section]='" & Me!NewSection & "'"
when Me!NewSection contains an apostrophe.
How can I write the FindFirst expression so it works whether or not
Me!NewSection contains an apostrophe?
Thanks!
Mark