gerard1979
MIS
I have a simple form subform construction
form: table fk_werknummer as primary key
subform: table product_id as primary key,
fk_werknummer as foreign key
I open the form based on a value for fk_werknummer
when I enter the subform the follow error occur:
a index or primary key can't contain a Null-value
anybody know how it's possible?
thnx in advance,
gerard
form: table fk_werknummer as primary key
subform: table product_id as primary key,
fk_werknummer as foreign key
I open the form based on a value for fk_werknummer
when I enter the subform the follow error occur:
a index or primary key can't contain a Null-value
anybody know how it's possible?
thnx in advance,
gerard