Hi all,
I think this could be another one of my stupid moments. Here is my query expression -
When run, the user is prompted to enter a team number. If they enter 1, then by my reckoning the query should return all records where [strCurrent_Team] = "Finance".
However, no records are returned.
strCurrent_Team is formatted as text.
Can anyone tell me what I am doing wrong here?
Cheers,
Rob
I think this could be another one of my stupid moments. Here is my query expression -
Code:
IIf([WHAT TEAM?]=1,[strCurrent_Team]="FINANCE",[strCurrent_Team]<>"FINANCE")
When run, the user is prompted to enter a team number. If they enter 1, then by my reckoning the query should return all records where [strCurrent_Team] = "Finance".
However, no records are returned.
strCurrent_Team is formatted as text.
Can anyone tell me what I am doing wrong here?
Cheers,
Rob