Hello
I have been working on a couple of pages that access the same database "A". On one page, the users type in their information and when they submit, it goes into the db "A". The other page is just a page that the staff looks at that displays certain user information in a certain order (data comes from "A"). The staff page refreshes every two minutes automatically or sooner if a staff member presses the refresh button.
A staff member asked me if the staff page can refresh every time a user puts in their information. I'm not sure if I want to change the page, but if I did, how would I go about doing something like that? The user page and staff pages are not really connected to each other. They are both connected to the same db. Should I try to send something from the user page to the staff page that tells it to refresh when submit is press on the user page? Or should I just connect to the db more often and get the records and compare the db recordset with the web page recordset and display if different? Or maybe not compare at all and just refresh the information every minute or something.
Anyone have any ideas?
Thanks