Hi all,
I've got a big select statement that is filling a form in access 2000. The problem is, not all of the fields in the database have to be filled in. What is happening is that when one or more fields in the database are null, the whole statement fails and nothing is returned.
How do I make the statement return whatever it finds? My only search criteria is an ID number, but if any field that is to be returned is null, the whole thing fails.
Thanks for any help,
Jim
I've got a big select statement that is filling a form in access 2000. The problem is, not all of the fields in the database have to be filled in. What is happening is that when one or more fields in the database are null, the whole statement fails and nothing is returned.
How do I make the statement return whatever it finds? My only search criteria is an ID number, but if any field that is to be returned is null, the whole thing fails.
Thanks for any help,
Jim