S
Stacy
I have three tables that all relate based on "TypeCode"
I can add a record just fine, but I receive the following error when
trying to make a change to the third table:
"You can't add or change a record because a related record is required
in tblTypeCodeTable.
I am using Access 97.
1) tblValidTypeCodes - Lists all available Type Codes
Autonumber
TypeCode (Related to 2)
TypeCodeDescription
DDAorSAV
2) tblTypeCodeTable - Lists all Valid Bank / Type Code combinations
Autonumber
Type Code (Related to 1 and 3)
BankNumber
- You can't add a record to table two unless the information is in
table one.
3) tblGLTable - Lists all Valid GL Info relating to Valid Banks / Type
Codes
Autonumber
GLNumber
Type Code (Related to 2)
- You can't add a record to table three unless the information is in
table one and table two.
Any ideas on why I'm getting this error?
All suggestions are appreciated.
Thanks,
Stacy
I can add a record just fine, but I receive the following error when
trying to make a change to the third table:
"You can't add or change a record because a related record is required
in tblTypeCodeTable.
I am using Access 97.
1) tblValidTypeCodes - Lists all available Type Codes
Autonumber
TypeCode (Related to 2)
TypeCodeDescription
DDAorSAV
2) tblTypeCodeTable - Lists all Valid Bank / Type Code combinations
Autonumber
Type Code (Related to 1 and 3)
BankNumber
- You can't add a record to table two unless the information is in
table one.
3) tblGLTable - Lists all Valid GL Info relating to Valid Banks / Type
Codes
Autonumber
GLNumber
Type Code (Related to 2)
- You can't add a record to table three unless the information is in
table one and table two.
Any ideas on why I'm getting this error?
All suggestions are appreciated.
Thanks,
Stacy