Filter on Checkbox

S

SharonInGa

The user performs two steps to pull up a form.

1. A prompt asking for Location code.
- User types in location code
2. A list comes up listing all of the POs associated with that location.
- User selects a checkbox for each PO he wants to see details on and presses
the SEE THESE POs command prompt.
3. A detail form comes up listing the details of all of the POs selected.
To summarize: -Select location -Select POs - Pull up detail form
In addition to the logic, I need detailed code. Please include how to clear
the checkboxes once the selection process is completed. Thank you
 
Top