I'm trying to create a drop down list on a data access page that pulls up the corresponding record and allows the person viewing the page to edit the record and save their changes. I have a table that has 7 columns:
ID
TimePeriod
Slot1
Slot2
Slot3
Slot4
Slot5
I want the drop-down menu to show the time period.
OR - I would like to have a data access page that shows all 56 records at once and is updateable/saveable by the user.
Any thoughts? Thanks so much!!!
ID
TimePeriod
Slot1
Slot2
Slot3
Slot4
Slot5
I want the drop-down menu to show the time period.
OR - I would like to have a data access page that shows all 56 records at once and is updateable/saveable by the user.
Any thoughts? Thanks so much!!!