Hi, i've searched through the threads and faq's and have been unable to find a solution.
What i have is a form that tells general info about each project. There are also four forms each telling info about status of project, i.e., an "Initial", "Board Review," "Continuing Review," and "Closed" status forms. A project will obviously start at "Initial" and move through the process until Closed.
I want somehow, with a command button perhaps, to allow the user to click on the main form so that somehow s/he can go directly to the correct status form of the 4 above and see the correct record. DoCmd.OpenForm obviously wont take the user to the specific record on the main form.
Perhaps there's a better way than 4 forms. Maybe one "Status" form with a combo box containing the 4 status values? And if they click on, say, Closed, for a project that's not Closed, maybe a message box will display informing that the project has not reached that Status?
Hope this isnt too confusing. Any help/suggestions will be much appreciated.
What i have is a form that tells general info about each project. There are also four forms each telling info about status of project, i.e., an "Initial", "Board Review," "Continuing Review," and "Closed" status forms. A project will obviously start at "Initial" and move through the process until Closed.
I want somehow, with a command button perhaps, to allow the user to click on the main form so that somehow s/he can go directly to the correct status form of the 4 above and see the correct record. DoCmd.OpenForm obviously wont take the user to the specific record on the main form.
Perhaps there's a better way than 4 forms. Maybe one "Status" form with a combo box containing the 4 status values? And if they click on, say, Closed, for a project that's not Closed, maybe a message box will display informing that the project has not reached that Status?
Hope this isnt too confusing. Any help/suggestions will be much appreciated.