My db is designed to track work orders. I have a data entry tab, a current tab, a past due tab, and a completed tab.
What I hope to accomplish is to mark a work order complete and then have all the forms in all tabbed pages requery. Hence, the work order marked complete disappears from the current tab (for example) and when the user clicks on the completed tab, it is there.
I have used Forms![WorkOrder].requery to refresh the information on the data entry page, but I am unable to use the same code to refresh the data on the other pages.
There are threads I have found that pass data to other tabbed pages, but nothing that works for my app.
The solution seems easy enough, just can't seem to find the way to make it happen.
Thanks for any input.
K
What I hope to accomplish is to mark a work order complete and then have all the forms in all tabbed pages requery. Hence, the work order marked complete disappears from the current tab (for example) and when the user clicks on the completed tab, it is there.
I have used Forms![WorkOrder].requery to refresh the information on the data entry page, but I am unable to use the same code to refresh the data on the other pages.
There are threads I have found that pass data to other tabbed pages, but nothing that works for my app.
The solution seems easy enough, just can't seem to find the way to make it happen.
Thanks for any input.
K