L
Lostguy
Hello.
I am having problems with the OR portion of this DCount statement:
=DCount("*","qryDSR","[ServiceEntityName]='Army' AND [Paygrade] Like
'O-*' or Like 'W-*'")
(Count the number of Army and O- (O-1,O-2,O-3,etc.) or W- (W-1, W-2,
etc.)
Where is the syntax wrong?
Also, is is true that it is better to use double-double quotes ("")
(four lines) rather than a single quote(')(one line)?
??
VR/Lost
I am having problems with the OR portion of this DCount statement:
=DCount("*","qryDSR","[ServiceEntityName]='Army' AND [Paygrade] Like
'O-*' or Like 'W-*'")
(Count the number of Army and O- (O-1,O-2,O-3,etc.) or W- (W-1, W-2,
etc.)
Where is the syntax wrong?
Also, is is true that it is better to use double-double quotes ("")
(four lines) rather than a single quote(')(one line)?
??
VR/Lost