master detail relation problem [message #223473] |
Fri, 09 March 2007 01:17  |
fmis
Messages: 11 Registered: October 2005 Location: CALICUT
|
Junior Member |
|
|
sir,
i have create a master detail relation with same table. detail block have multiple records. while iam inserting an error occured.(ie can not insert null)
table structure
officecode char(7) not null,
monthyear number(6) not null
bgh1 number(3) not null
bgh2 number(2) not null
in master block only two fields ie officecode and monthyear(databse field)
relation is
masterblock.officecode=detail.officecode
and master.monthyear=detail.monthyear
|
|
|
|
|
|