misternumbertwo
Registered User.
- Local time
- Tomorrow, 02:43
- Joined
- Dec 29, 2008
- Messages
- 11
Hi guys,
I have three tables. the first one contains addresses with regards to the shipment in transit. the next table contains the details regarding the sender and the receiver and the third table contains the items that are to be shipped.
I created a PK in the 1st table and then linked them altogether by placing Foreign keys in the other two tables.
Here's my problem. I use forms to populate the information in the database. I'm using three separate form for each table. When i try to update my second table, it wouldn't save the data coz its saying that the its a violation of integrity rules.
How can i make my Foreign keys increment when my PK increments?
I have three tables. the first one contains addresses with regards to the shipment in transit. the next table contains the details regarding the sender and the receiver and the third table contains the items that are to be shipped.
I created a PK in the 1st table and then linked them altogether by placing Foreign keys in the other two tables.
Here's my problem. I use forms to populate the information in the database. I'm using three separate form for each table. When i try to update my second table, it wouldn't save the data coz its saying that the its a violation of integrity rules.
How can i make my Foreign keys increment when my PK increments?