I currently have a table with fields for "project name," tasking number and due date. Since we often issue multiple projects under a single tasking number, we have 400 different "project names" with about 70 different project numbers. What I am trying to accomplish is the following:
-generate a report where the "project names" are categorized by the tasking number, i.e., display the number "1" on the left side & all the projects associated with that (only displaying "1" once), followed by "2" and all its projects, etc.
-create a form whereby a user can select a tasking number from a combo box, and generate a report dynamically showing all projects associated with that tasking number. The combo box should only show each number once, right now it shows each number as many times as it appears in the main table, which for some can be 5 or 10 times.
Thanks in advance!