Hello I have run across an old problem - that of nulls and empty fields.
I want to return a yes no rersult in a query so I can quickly check if sort-codes are missing in my table.
I have entered: TEST RESULT: IsNull([Sort Code])
Thus gives the same result whether or not a value exists.
Can someone give the the correct expression to use within a query.
I have tried aslo using iff and switch functions but not getting there.
I guess ideally I would like to be able to display the words "Correct" when an entry exists and "Error" when the field is blank.
Many thanks Mark
I want to return a yes no rersult in a query so I can quickly check if sort-codes are missing in my table.
I have entered: TEST RESULT: IsNull([Sort Code])
Thus gives the same result whether or not a value exists.
Can someone give the the correct expression to use within a query.
I have tried aslo using iff and switch functions but not getting there.
I guess ideally I would like to be able to display the words "Correct" when an entry exists and "Error" when the field is blank.
Many thanks Mark