Hi,
I have a query which i am a bit stuck. I am using Not Like [FieldName] *. So it does not include anything from that field which is from a table called Postcode.
The PosCode table has 250 records.
The criteria
Not Like [PostCodeCheck] & "*" works with if the postcode table only has 1 record, but if i include more records in the PostCode table then this does not work.
My query is correct as it works if 1 have one record in the Post Code table. Also If i did the same query using LIKE * statement then it works and finds all the records.
Has any one got any ideas or access just limit it self to 1 record for NOT LIKE
Thanks
I have a query which i am a bit stuck. I am using Not Like [FieldName] *. So it does not include anything from that field which is from a table called Postcode.
The PosCode table has 250 records.
The criteria
Not Like [PostCodeCheck] & "*" works with if the postcode table only has 1 record, but if i include more records in the PostCode table then this does not work.
My query is correct as it works if 1 have one record in the Post Code table. Also If i did the same query using LIKE * statement then it works and finds all the records.
Has any one got any ideas or access just limit it self to 1 record for NOT LIKE
Thanks