S
Shell
In Access 2000, I am trying to create a query with a strange criteria
I have a field in a form (frmReportingTool) named txtX.
I also have a field in the table named X.
When I have a value in txtX, the query works just fine. But in the case
where txtX ="", then I need the query to get ALL the data records not caring
about X. All values of X are needed.
IIf([X]="","",[forms]![frmReportingTool]![txtX])
What am I missing?
Thanks
I have a field in a form (frmReportingTool) named txtX.
I also have a field in the table named X.
When I have a value in txtX, the query works just fine. But in the case
where txtX ="", then I need the query to get ALL the data records not caring
about X. All values of X are needed.
IIf([X]="","",[forms]![frmReportingTool]![txtX])
What am I missing?
Thanks