Let me preface this by saying I am a NOVICE at programming in ASP
Two tables:
Stockroom Request
Request Detail
- I want to add a new STOCKROOM REQUEST, and after ADDING the record, REDIRECT user to the list view of the detail/child page showing the master record. Primary Key is REQUEST_ID. I don't want to use an add page for the child record, only inline add.
- After adding request detail and saving all, I want to update the Master table status field to a different value. FOr example, default STATUS for Master record is "1" but after one or more child records are added, it should change to a "2".
This is important because the plan is to add multiple views filtering by Status.
Any assistance you can provide would be appreciated. This project is a test to determine the viability of using ASP Runner statewide. Thank you.