Hey there. I need to refresh a form that has new data in a table. For example, I'm creating a gradebook. (I will substitute the word course for class since class can mean so much more in coding)
I have a page that lists the course info, eg the class roster and the assignments. If the professor adds a new assignment, he clicks on a link and it takes him to a Assignment add page. When he's done and goes back to the course page, it does not show the new assignment. How can I refresh the query to show the new assignment? Thanks! Hope this helps.