Below is the query i'm tring to run. The query works fine in all regards except when i put 'Like "*"' in to the true part, then the query returns Zero records Instead of all the records. I have checked the 'IsNull' expression using the Immeadeate window of VBA and my expresion DOES return a null where it should .... HELP...
IIf(IsNull([Forms]![ReturnedGoodsrpt]![Customer]),Like "*",[Forms]![ReturnedGoodsrpt]![Customer])
TIA
jeff
IIf(IsNull([Forms]![ReturnedGoodsrpt]![Customer]),Like "*",[Forms]![ReturnedGoodsrpt]![Customer])
TIA
jeff