straybullet
IS-IT--Management
SELECT [products].[cadb_id], [Products].[ID_NUM], [Products].[ITEM_TYPE], [Products].[zone], [Products].[DESCRIPTION], [Products].[SECT] FROM Products WHERE [Products].[Item_Type]='*&"Exterior Doors"&*' ORDER BY [Products].[Description];
Basically, need the cbo to display Item_Type based on the existence of the words "Exterior Doors" as part of the whole.
Examples:
Steel Exterior Doors
Paintable Exterior Doors
Stainable Exterior Doors w/2 SideLights
Have tried so far:
'*&"Exterior Doors"&*'
"*Exterior Doors*"
"*&Exterior Doors&*"
'*"Exterior Doors"*'
"*&'Exterior Doors'&*"
Not sure what Im missing...
Thanks in advance!
Let them hate - so long as they fear... Lucius Accius
Basically, need the cbo to display Item_Type based on the existence of the words "Exterior Doors" as part of the whole.
Examples:
Steel Exterior Doors
Paintable Exterior Doors
Stainable Exterior Doors w/2 SideLights
Have tried so far:
'*&"Exterior Doors"&*'
"*Exterior Doors*"
"*&Exterior Doors&*"
'*"Exterior Doors"*'
"*&'Exterior Doors'&*"
Not sure what Im missing...
Thanks in advance!
Let them hate - so long as they fear... Lucius Accius