开发者

ms-access: single and double quotes in conditional formatting

开发者 https://www.devze.com 2023-01-06 12:45 出处:网络
does it matter which qu开发者_如何转开发otes i use when i do conditional formatting? for example

does it matter which qu开发者_如何转开发otes i use when i do conditional formatting?

for example

some_field='this' or some_field="this"

does it make any difference?


When comparing to a literal, it does not matter, except if that literal contains a quote.

But if you're comparing to an expression, you would need to choose the appropriate quotes, but in a conditional formatting expression, you don't need them to test a control/field.

0

精彩评论

暂无评论...
验证码 换一张
取 消