Hi, I need some help with relationship design. I have 3 tables tblSheet, tblList and tblPermit.
tblSheet
SheetID (autoNo no dups)
SheetNo (text PK)
tblList
ListID (autoNo PK)
SheetNo (long)
tblPermit
PermitID (autoNo PK)
SheetNo (long)
The join is 1-Many on SheetID and SheetNo, these first 2 tables are used in a parent-child form-subform.
My problems arise when I want to store the tblSheet.SheetID in tblPermit.SheetNo, as not all records require a SheetNo I want to be able to leave some records null, of course Access wont let me do this, it tells me it can't find tblSheet with key matching fields SheetNo.
Does anybody have any suggestions how to get around this problem? All help appreciated. Thanks
millrat
tblSheet
SheetID (autoNo no dups)
SheetNo (text PK)
tblList
ListID (autoNo PK)
SheetNo (long)
tblPermit
PermitID (autoNo PK)
SheetNo (long)
The join is 1-Many on SheetID and SheetNo, these first 2 tables are used in a parent-child form-subform.
My problems arise when I want to store the tblSheet.SheetID in tblPermit.SheetNo, as not all records require a SheetNo I want to be able to leave some records null, of course Access wont let me do this, it tells me it can't find tblSheet with key matching fields SheetNo.
Does anybody have any suggestions how to get around this problem? All help appreciated. Thanks
millrat