G
Guest
I'm not sure how to go about doing what I need, so I defer to your expertise...
I have a table which I need to query 1) [DestName] or 2) [TransferedTo]
depending on the value of 3) [Transfered]
Can someone help me with the criteria for this. Exactly what I need is this:
If [Transfered] = True then I want [TransferedTo]. There will be a
[DestName] if [Transfered] is True, but I only want the value of
[TransferedTo].
If [Transfered] is False, then I want [DestName].
Any help is appreciated.
I have a table which I need to query 1) [DestName] or 2) [TransferedTo]
depending on the value of 3) [Transfered]
Can someone help me with the criteria for this. Exactly what I need is this:
If [Transfered] = True then I want [TransferedTo]. There will be a
[DestName] if [Transfered] is True, but I only want the value of
[TransferedTo].
If [Transfered] is False, then I want [DestName].
Any help is appreciated.