This may seem very simple but it is being rather aggravating. Maybe its just being new to the coding side of Access.
I'm using a query's criteria applying a filter through a form. However the IIF(IsNull(forms!form!cboBox), [querycolumn],forms!form!cboBox) code that i use automatically knocks out any blank entry. In the table "Allow Zero Length" has been turned off. What is the value of the field then?
As there are many fields that do not have data entered for them, this is a severe problem.
To trouble shoot this I've tried just selecting all records in a normal query with wildcard criteria, but all of these knock out the blank columns.
I'm using a query's criteria applying a filter through a form. However the IIF(IsNull(forms!form!cboBox), [querycolumn],forms!form!cboBox) code that i use automatically knocks out any blank entry. In the table "Allow Zero Length" has been turned off. What is the value of the field then?
As there are many fields that do not have data entered for them, this is a severe problem.
To trouble shoot this I've tried just selecting all records in a normal query with wildcard criteria, but all of these knock out the blank columns.