Bennie47250
Programmer
Using Crystal version 7.0
On an MS SQL table
Have a report and one of the parameters prompts for a part number. Since we have different part number for the same item except for the color, (widgetBK, widgetBL widgetRD) I have make the selection an like operator to allow the user to enter the part number like widget* to get all the colors.
Now sometimes we will want to know how many widgetBK we have sold. When I run the report and enter widgetBK, no records are returned. However, if I enter it as widgetBK* records are returned.
Is this the correct behavior? Is there a workaround to not have to include the * for an exact match?
Thanks
Bennie
On an MS SQL table
Have a report and one of the parameters prompts for a part number. Since we have different part number for the same item except for the color, (widgetBK, widgetBL widgetRD) I have make the selection an like operator to allow the user to enter the part number like widget* to get all the colors.
Now sometimes we will want to know how many widgetBK we have sold. When I run the report and enter widgetBK, no records are returned. However, if I enter it as widgetBK* records are returned.
Is this the correct behavior? Is there a workaround to not have to include the * for an exact match?
Thanks
Bennie