A
Arpan
Don't Queries in MS-Access support If....Else conditions? Please note I
am not referring to modules or VBA code. I am referring to Queries.
I couldn't find anything other than IIF. My primary intention is to
execute SQL DML statements within If...Else conditions something like
this:
If (condition is True)
UPDATE MyTable SET Col1 = "ABCD"
Else
UPDATE MyTable SET Col2 = "WXYZ"
How do I accomplish this?
am not referring to modules or VBA code. I am referring to Queries.
I couldn't find anything other than IIF. My primary intention is to
execute SQL DML statements within If...Else conditions something like
this:
If (condition is True)
UPDATE MyTable SET Col1 = "ABCD"
Else
UPDATE MyTable SET Col2 = "WXYZ"
How do I accomplish this?