Okay, I have searched everywhere but cannot find the answer I am looking for probably because I don't know the "proper" terminology to ask the correct question.
Here is what I am wanting. I have a table (Task Assignments) that stores work orders that multiple people will have entered in requesting tasks to be accomplished at our facilities. I have a form designed and working (WorkOrderRequest) that accomplishes this part. I now want a form that has something like a combo box which lists only the work orders that have not been assigned to someone sorted by 4 different fields in this table. I then want to be able to select one of the work orders listed and have a different form pop up that will allow me to put in the name of the person assigned to this task as well as some additional fields. Once I click on the Submit button of the second form, I want to go back to the list and it show me the remaining items that are still open.
I have a query written (OpenWorkOrdersQuery) that does the second part but what I really want is this information displayed on a form in columns not just a report listing.
I have a form already done (WorkOrderAuthorize) that does the last part, assigning a person to the work order and filling out the additional prompts with a submit button.
What I cannot figure out is how to create a form that brings up a list that I can choose from which will then take me to this form. Can this be done? If not, what is the best way for me to see a list and then pick an item which then brings up a form so I can complete some actions for this record in a table?