M
Mike Farmer
The Error was coming from a "Combo Box" that brought up a list of
choices. Much of the data in the database had been "imported" from a
PARADOX file. If the "imported" data was not in the "Combo Box" list it
resulted in an error. I added the necessary data to the table that made
up the list and the problem went away. Even a "blind" squirrel finds an
acorn once in a while.
Regards,
Mike
-------- Original Message --------
Subject: Help!!! Validation Rule
Date: Fri, 20 Feb 2004 19:30:54 GMT
From: Mike Farmer <[email protected]>
Organization: Comcast Online
Newsgroups: microsoft.public.access.forms
I still cannot locate where the "bad" data is coming from. Is there some
"code" I can use to direct me to the specific field that is causing the
problem?
Regards,
Mike
-------------------------------------------------------------------------
Mike
Most likely it is not one of the fields you have data in. It is probably
one of the other fields. Check the "Required", "Allow zero length", and
"Indexed" properties of the other fields. If "Required" is yes it means you
can't have a blank in that field. Also true if "Allow zero length" is no.
If "Indexed" is yes (no duplicates) you can't have 2 records with the same
data. A blank would count as data so you can't have 2 records with a blank
in that field.
Kelvin
choices. Much of the data in the database had been "imported" from a
PARADOX file. If the "imported" data was not in the "Combo Box" list it
resulted in an error. I added the necessary data to the table that made
up the list and the problem went away. Even a "blind" squirrel finds an
acorn once in a while.
Regards,
Mike
-------- Original Message --------
Subject: Help!!! Validation Rule
Date: Fri, 20 Feb 2004 19:30:54 GMT
From: Mike Farmer <[email protected]>
Organization: Comcast Online
Newsgroups: microsoft.public.access.forms
I still cannot locate where the "bad" data is coming from. Is there some
"code" I can use to direct me to the specific field that is causing the
problem?
Regards,
Mike
-------------------------------------------------------------------------
Mike
Most likely it is not one of the fields you have data in. It is probably
one of the other fields. Check the "Required", "Allow zero length", and
"Indexed" properties of the other fields. If "Required" is yes it means you
can't have a blank in that field. Also true if "Allow zero length" is no.
If "Indexed" is yes (no duplicates) you can't have 2 records with the same
data. A blank would count as data so you can't have 2 records with a blank
in that field.
Kelvin