Querying a hyperlink field

A

Alaqua

Hi all,
I need to query my table for empty / null ()?? hyperlink fields. How do I do
this?
Thanks
 
A

Allen Browne

1. Create a query using this table.

2. In query design, drag the hyperlink field into the grid.

3. In the Criteria row under this field, enter:
Is Null
 
A

Alaqua

Thanks Allen!
--
Alaqua


Allen Browne said:
1. Create a query using this table.

2. In query design, drag the hyperlink field into the grid.

3. In the Criteria row under this field, enter:
Is Null
 
Top