Hi,
I have an update query with the following criteria:
Like "*OS:*" Or Like "*Firmware:*" Or Is Null and when there is a match another field gets updated with "ECS Shared". The logic
finds the OS and the Firmware but does not find the Null. I also tried putting the Is Null on the 2nd Criteria line in the query and I tried just a separate query for the Is Null but it never finds a match. The field is defined as Short Text and there are blanks.
Any help would be appreciated!
I have an update query with the following criteria:
Like "*OS:*" Or Like "*Firmware:*" Or Is Null and when there is a match another field gets updated with "ECS Shared". The logic
finds the OS and the Firmware but does not find the Null. I also tried putting the Is Null on the 2nd Criteria line in the query and I tried just a separate query for the Is Null but it never finds a match. The field is defined as Short Text and there are blanks.
Any help would be appreciated!