What are the basic steps to manually code an MRU with a 3 column PK?
Greetings
Let me try this another way.
Newbie here trying to create a test application that will perform a multi-row update of a table with a 3-column primary key.
I understand I can't use the built-in MRU processes since it appears they will only accept up to two (2) columns for a PK.
I don't have the ability to change the table constraints.
I am able to create the SQL report using my search criteria but I can't seem to figure out the connection between the user clicking on my 'Apply Changes' button and making the rows they've modified get committed to the database.
Any remedial guidance is greatly appreciated.
-gary