I've got a simple form that allows me allocating staff (by name) to a particular room. It's always only one staff member per room. The staff names are in a dropdown list from a separate table. Every time the form is submitted, it is recorded with a timestamp and the results are displayed on a webpage ("Current allocation")
When reloading the form, I want the current (last saved allocation displayed, not the default (ie the first name in the list)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
drckarcher
Hi,
I've got a simple form that allows me allocating staff (by name) to a particular room. It's always only one staff member per room. The staff names are in a dropdown list from a separate table. Every time the form is submitted, it is recorded with a timestamp and the results are displayed on a webpage ("Current allocation")
When reloading the form, I want the current (last saved allocation displayed, not the default (ie the first name in the list)
How do I do this?
Many thanks, Christian
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.