J
Jason
Hey all,
I am working on a database that uses the same form to
display data already in the database, or can be used to
enter in data to the db. I wanted to keep the info from
automatically being entered in. i did this by creating a
command button that would enter all the info in once i
have verified that the fields were not empty. When i
tested this, i did: if Summary.Text = "" or Summary.text
= Null then.... I was just verifying that i would pick
up an empty field. For some reason, it doesn't see either
one of those, even though the debugger says that the field
is NULL. Anyone know why this is, or how i can get around
it?
I am working on a database that uses the same form to
display data already in the database, or can be used to
enter in data to the db. I wanted to keep the info from
automatically being entered in. i did this by creating a
command button that would enter all the info in once i
have verified that the fields were not empty. When i
tested this, i did: if Summary.Text = "" or Summary.text
= Null then.... I was just verifying that i would pick
up an empty field. For some reason, it doesn't see either
one of those, even though the debugger says that the field
is NULL. Anyone know why this is, or how i can get around
it?