Leo_Polla_Psemata
Registered User.
- Local time
- Today, 15:46
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
In excel, say we are at C2 cell, we can make a formula like this:
=if B2 is like this, then fetch B2 to C2, if not then fetch C1 to C2
=IF(A2=16,B2,C1)
Could we make something similar in ACCESS queries ?
In excel, say we are at C2 cell, we can make a formula like this:
=if B2 is like this, then fetch B2 to C2, if not then fetch C1 to C2
=IF(A2=16,B2,C1)
Could we make something similar in ACCESS queries ?