lloydmav
Registered User.
- Local time
- Today, 16:41
- Joined
- Nov 15, 2002
- Messages
- 75
I'm a relative beginner and am in need of clarafication on an error message I'm getting.
Two of the tables in my database are called Requests and Status,
They are linked together.The primary key of the Staus Tbl (Status_ID)(Autonumber) is the Foriegn key in the Requests Tbl (Number).
When I try to add a record on a form to the Requests table I get the error message
You cannot add or change a record because a related record is required in table 'Status'
I know this must be simple so could someone tell me what I'm doing wrong and how I can get around it?
All I really need is to have one of the status eg (Proposed) stored with the Request Record from the Status tbl.
Can someone please help me in the right direction?
Two of the tables in my database are called Requests and Status,
They are linked together.The primary key of the Staus Tbl (Status_ID)(Autonumber) is the Foriegn key in the Requests Tbl (Number).
When I try to add a record on a form to the Requests table I get the error message
You cannot add or change a record because a related record is required in table 'Status'
I know this must be simple so could someone tell me what I'm doing wrong and how I can get around it?
All I really need is to have one of the status eg (Proposed) stored with the Request Record from the Status tbl.
Can someone please help me in the right direction?