dwAccessUser32
Programmer
I have a form that is related to two tables:
tluPermitType
PermitTypeID - PK
PermitType
tblPermit
PermitID - PK
JobID
PropertyID
PermitTypeID - FK
Abstract
Description
For some reason typing in data in the form I receive the error:
Can't find a record in tluPermitType w/key matching field(s) 'tblPermit_PermitTypeID'.
All of the other values don't seem to cause a problem.
tluPermitType has a one-to-many relationship with tblPermit on column PermitTypeID
Does anyone have any idea how to fix this? Any suggestions would be greatly appreciated.
tluPermitType
PermitTypeID - PK
PermitType
tblPermit
PermitID - PK
JobID
PropertyID
PermitTypeID - FK
Abstract
Description
For some reason typing in data in the form I receive the error:
Can't find a record in tluPermitType w/key matching field(s) 'tblPermit_PermitTypeID'.
All of the other values don't seem to cause a problem.
tluPermitType has a one-to-many relationship with tblPermit on column PermitTypeID
Does anyone have any idea how to fix this? Any suggestions would be greatly appreciated.