Hi all,
This is related to a different thread, but this topic better represents what's left to do...
I've got a many-to-many relationship defined for issues and causes, and am building a nice interface to map which issues are associated with which causes.
I've got a form set up with a combo box which selects the issue, and a multi-select listbox with all of the issues in it. Multiple causes can be selected for each issue. So far, so good...
What I need help with is getting this data back into the linking table (2 fields, IssueRef and CauseRef, both numeric). If records already exist in the linking table, how do I update them, and if I need a new record, how do I create it and get the right data into it?
Thanks for your help!
asp
This is related to a different thread, but this topic better represents what's left to do...
I've got a many-to-many relationship defined for issues and causes, and am building a nice interface to map which issues are associated with which causes.
I've got a form set up with a combo box which selects the issue, and a multi-select listbox with all of the issues in it. Multiple causes can be selected for each issue. So far, so good...
What I need help with is getting this data back into the linking table (2 fields, IssueRef and CauseRef, both numeric). If records already exist in the linking table, how do I update them, and if I need a new record, how do I create it and get the right data into it?
Thanks for your help!
asp