Rousseau10
Programmer
can I do an inline select case statement? syntax ?
I am using a table for look up that vba code is referencing.
switch([eeloca] = "AMRL", "1", [eeloca] = "ECON", "2")
1st question in this switch statement, do I need to put the [eeloca] each time. this is simplified, the problem is it is more than the field length of 255.
So therefore second question is what is syntax for inline select case statement.
TANX in Advance!!
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
I am using a table for look up that vba code is referencing.
switch([eeloca] = "AMRL", "1", [eeloca] = "ECON", "2")
1st question in this switch statement, do I need to put the [eeloca] each time. this is simplified, the problem is it is more than the field length of 255.
So therefore second question is what is syntax for inline select case statement.
TANX in Advance!!
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam