Hi,
I hope someone may be able to point me in the right direction.
I have db with various tables, one holding address details.
From this table I have created a form to list records from that table, on the form I have three combo boxes, cboCountry, cboCounty and cboPCode which I use to filter required Country, County and Post Code records.
I do this by using DoCmd.Applyfilter, I am however finding it difficult to find a way to filter any records where one of these fields is null.
Any help would be greatly appreciated.
Regards
Paul
I hope someone may be able to point me in the right direction.
I have db with various tables, one holding address details.
From this table I have created a form to list records from that table, on the form I have three combo boxes, cboCountry, cboCounty and cboPCode which I use to filter required Country, County and Post Code records.
I do this by using DoCmd.Applyfilter, I am however finding it difficult to find a way to filter any records where one of these fields is null.
Any help would be greatly appreciated.
Regards
Paul