lmf232s
07-30-2004, 04:37 PM
I am having issues where the same company is in a table twice but I really on need to read it once. THe company is in the table twice because it has two different locations but i am only worried about one. Because its reading both in, its duping the values and causing my reprots to be off by a few numbers.
Their are no filds to exclude this company from the query except for the company name.
Problem is, the name has a & in the middle so i am getting an error and not sure how to set it up.
Here is the name that I need to stick in a where clause so I do not grab this record.
and companyname <> 'M.L. ME & Associates Inc.'
How should I set this up so that I can exlude this company name from my group of records that I return.
Thanks
Their are no filds to exclude this company from the query except for the company name.
Problem is, the name has a & in the middle so i am getting an error and not sure how to set it up.
Here is the name that I need to stick in a where clause so I do not grab this record.
and companyname <> 'M.L. ME & Associates Inc.'
How should I set this up so that I can exlude this company name from my group of records that I return.
Thanks