D
DevilDog1978
I am new to Access and I am trying to develop a rather large database for my
company. I have successfully fumbled through a good portion of the database
and now I am stuck. I am trying to get this query (make table query) to work:
Like "*67*" Or Like "*Q" Or Like "*X" Or Like "7D*" Or Like "AK*" Or Like
"MA*" Or Like "NC*" Or Like "*B" Or Like "*C" Or Like "*L" Or Like "*P" Or
"9LN" Or "9WI" Or "BAM" Or "DIA" Or "ICE" Or "SBA" Or "XTF" Or "ZXQ"
Where the field name is sub_cust and the table is pcinventry
Using the above criteria, I was able to significantly reduce the records
that appeared; however, I am still getting data I do not want in my table.
Some of the unwanted sub_custs showing up in my new table are 93567, HMLA*,
and Electric.
Can some one tell me where I am going wrong? I have tried delete queries to
no avail.
company. I have successfully fumbled through a good portion of the database
and now I am stuck. I am trying to get this query (make table query) to work:
Like "*67*" Or Like "*Q" Or Like "*X" Or Like "7D*" Or Like "AK*" Or Like
"MA*" Or Like "NC*" Or Like "*B" Or Like "*C" Or Like "*L" Or Like "*P" Or
"9LN" Or "9WI" Or "BAM" Or "DIA" Or "ICE" Or "SBA" Or "XTF" Or "ZXQ"
Where the field name is sub_cust and the table is pcinventry
Using the above criteria, I was able to significantly reduce the records
that appeared; however, I am still getting data I do not want in my table.
Some of the unwanted sub_custs showing up in my new table are 93567, HMLA*,
and Electric.
Can some one tell me where I am going wrong? I have tried delete queries to
no avail.