I have started to run into an issue where I have tables with multipule Many to Many relationships that I need to be able to allow users to edit.
How do you manage saving the changes to tables like this?
A user could edit the record and add/remove Individual Sales Items from the Many to Many table.
Is the best way just to go through each record in the (Many to Many) table that matches the Main SalesRecordID, and if it isn't in the Listview on the form, mark it as deleted (Or delete it), and add any new items?
Is there any SQL specific tricks/techniques?




Reply With Quote
