|
Posted by Daniel on September 29, 2008, 7:24 pm
Please log in for more thread options
Not a report but you could use this query:
select * from customer
where FirstName <> ''
and LastName <> ''
and Address <> ''
and City <> ''
and State <> ''
and Zip <> ''
DCR wrote:
> Does anybody have a report that only shows customer that have all the fields
> are filled out such as address, city, state, zip. If the customer fields are
> not filled out completely, they don't want the customer showing in the report.
> I hope this makes sense.
> Thanks
> Dave
>
|