hsingh1981
Programmer
Hi all i have this query and in the criteria i have put this
Like "M30*" Or Like "M77*" Or Like "E36*" Or Like "J43*" Or "Q189" Or Like "T43*" Or Like "W87*" Or Like "W88*" Or Like "E51*"
i've changed it to a.... look up table which uses a in (select ....statement
eg
In (SELECT opcodes FROM R_OPCodes_Cardiology
But how do i change this select statement to include something with asterik (wildcard)?
currently my look up table looks like this
OPCodes Lines
E36 E07
E51 E15
J43 E08
M30 E04
M45 E05
M77 E06
Q189 E12
T43 E13
W87 E14
W88 E14
cheers
Like "M30*" Or Like "M77*" Or Like "E36*" Or Like "J43*" Or "Q189" Or Like "T43*" Or Like "W87*" Or Like "W88*" Or Like "E51*"
i've changed it to a.... look up table which uses a in (select ....statement
eg
In (SELECT opcodes FROM R_OPCodes_Cardiology
But how do i change this select statement to include something with asterik (wildcard)?
currently my look up table looks like this
OPCodes Lines
E36 E07
E51 E15
J43 E08
M30 E04
M45 E05
M77 E06
Q189 E12
T43 E13
W87 E14
W88 E14
cheers