Probably simple but I am searching for nil data in a value list

RexesOperator

Registered User.
Local time
Today, 03:51
Joined
Jul 15, 2006
Messages
604
I have an unbound combobox on an unbound form that I use to search for records by province. This is simply a value list that the user selects from. The result is then used by a query with frms!frmGetProvince!txtPROVINCE.

However not all entries have a province - ie the field is empty.

How do I get a value list to return the records with empty province fields?
 
Yeah - I like their site. I have used their tutorials for a number of different things.
I came up with a quick kludge. I used an update query to change the empty fields to -- and added -- to the field list.
 

Users who are viewing this thread

Back
Top Bottom