rainman89
I cant find the any key..
- Local time
- Yesterday, 19:20
- Joined
- Feb 12, 2007
- Messages
- 3,015
Hi all,
My problem today is I am trying to update my link table, based on entries in my form.
LocOwn (PK)
LocationID
OwnerID
What is happening is my linktable will create a new entry for the location, allow me to add a single owner, but when i try to add another owner to the same location it is overwriting the existing entry instead of creating a new entry.
Is there a way for it to link to both the locationID and OwnerID so if either of those change it will create a new entry? i believe it does that now for location
I dont know how to properly implement a link table, so any help would be much appreciated. ( and if there are any places i can be pointed too about link tables that would be helpful too)
My problem today is I am trying to update my link table, based on entries in my form.
LocOwn (PK)
LocationID
OwnerID
What is happening is my linktable will create a new entry for the location, allow me to add a single owner, but when i try to add another owner to the same location it is overwriting the existing entry instead of creating a new entry.
Is there a way for it to link to both the locationID and OwnerID so if either of those change it will create a new entry? i believe it does that now for location
I dont know how to properly implement a link table, so any help would be much appreciated. ( and if there are any places i can be pointed too about link tables that would be helpful too)