My database has fields Q, 1,2,3,4,YES/NO, image.
The image field is meant for jpeg pictures. In the query, criteria has " IS NOT NULL" code.
When I select the checkbox the entire record is displaying without any problems. If the 'image' field is empty the entire record is missing from the report.
Even though there is no image in the field, if I select the record with checkbox option, the record should be seen in the report.
.
Thank you
The image field is meant for jpeg pictures. In the query, criteria has " IS NOT NULL" code.
When I select the checkbox the entire record is displaying without any problems. If the 'image' field is empty the entire record is missing from the report.
Even though there is no image in the field, if I select the record with checkbox option, the record should be seen in the report.
.
Thank you
Comment