P
Popparod
....LoL....if I could get just ONE to work.....!
.....here's my dilema.....
....I need an Is Null statment to that say's "No Data" if theres of course
"no data"...Null/Empty
.....This works except I need "No Data"...not a "0"
......Street: Nz([StreetAddress], 0)
SELECT DISTINCTROW [AFBA Members].Street, Nz([Street],0) AS StreetAddress
FROM [AFBA Members];
.......I'm sure glad you'all have a sense of humor when it comes to simple
questions....!
.....here's my dilema.....
....I need an Is Null statment to that say's "No Data" if theres of course
"no data"...Null/Empty
.....This works except I need "No Data"...not a "0"
......Street: Nz([StreetAddress], 0)
SELECT DISTINCTROW [AFBA Members].Street, Nz([Street],0) AS StreetAddress
FROM [AFBA Members];
.......I'm sure glad you'all have a sense of humor when it comes to simple
questions....!