G
Geraldine Hobley
Hello,
I have a form that is bound to a table called
MyProject, The form has two fields CmbIndex bound to
MyIndex and ProjectName (unbound). When I tab off the
cmbIndex field I get the following error message.
Cannot insert value NULL into column areaindex.
areaindex is another column in the project table which is
an int column not allowing nulls. I don't want the column
to allow nulls so how can I avoid this error happening.
Regards
Geraldine
I have a form that is bound to a table called
MyProject, The form has two fields CmbIndex bound to
MyIndex and ProjectName (unbound). When I tab off the
cmbIndex field I get the following error message.
Cannot insert value NULL into column areaindex.
areaindex is another column in the project table which is
an int column not allowing nulls. I don't want the column
to allow nulls so how can I avoid this error happening.
Regards
Geraldine