This could be a bit confusing, I have been trying to think of a way round this for ages, hope someone can help. Here goes. I have a db field called worktype1, the work type can be 1 off 10 items (e.g. gas, oil, sick, holiday). Now the report I have designed is done by workType (It selects all engineers with that work type). Problem is I need it to select all where workType is equal to Gas and Sick (more than 1 worktype). When I change the select expert the report appears blank
{Details.EngineerName} = {?Engineer Name} and
{Details.DateNotKeyword} = {?Date Parameter} and
{Details.WorkType1} = {?Work Type} and
{Details.WorkType1} = "sick"
I am wondering does anyone have any ideas of a way around this??? After this is solved my life in wok will be soooooo much better. Many Thanks in advance.
{Details.EngineerName} = {?Engineer Name} and
{Details.DateNotKeyword} = {?Date Parameter} and
{Details.WorkType1} = {?Work Type} and
{Details.WorkType1} = "sick"
I am wondering does anyone have any ideas of a way around this??? After this is solved my life in wok will be soooooo much better. Many Thanks in advance.