Querying a hyperlink field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I need to query my table for empty / null ()?? hyperlink fields. How do I do
this?
Thanks
 
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
 
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
 
Back
Top