R
Richard
My coworker has built a customer "database" that is actually a huge
spreadsheet within Access. It has about 110 fields in it.
One of the fields I am trying to clean up right now are check boxes for New
Customer 1999, New Customer 2000, etc.
I have this expression:
Expr1: IIf([New 1999 Customer?],1999)
and it works in the one case, but what I want is:
Expr1: IIf([New 1999 Customer?],1999) OR IIf([New 2000 Customer?],2000 OR
IIf([New 2001 Customer?],2001), etc
I would then make a new table with that query, and delete the old New xxxx
Customer? fields.
But IIF does not do this. Any tips?
Thanks in advance.
spreadsheet within Access. It has about 110 fields in it.
One of the fields I am trying to clean up right now are check boxes for New
Customer 1999, New Customer 2000, etc.
I have this expression:
Expr1: IIf([New 1999 Customer?],1999)
and it works in the one case, but what I want is:
Expr1: IIf([New 1999 Customer?],1999) OR IIf([New 2000 Customer?],2000 OR
IIf([New 2001 Customer?],2001), etc
I would then make a new table with that query, and delete the old New xxxx
Customer? fields.
But IIF does not do this. Any tips?
Thanks in advance.