Query Image (int)

  • Thread starter Thread starter Ben Adams
  • Start date Start date
B

Ben Adams

Want to query weather an image is null. But IsNull() doesn't work with an
int. How can I check via a query what records don't have an image? Help...pls
 
Sorry, but I absolutely don't understand your question. First, you should
make sure that you are on the right newsgroup; ie., you are working with an
Access ADP project against a SQL-Server and you are not using a MDB or and
ACCDB file with ODBC linked tables or using .NET.

Second, you should provide some examples of code that you have tried with
the IsNULL() function as well as some basic informations about the tables
that you are using and the versions of the platforms. Also, take the time
to explain why you speak at the same time about both an image type and an
integer (int) type. Finally, IsNull() should work pretty well with an int.
 
Back
Top