I am creating a small database to track task data (manpower tracking basically) where I have the following fields:
Customer/Functional Group/Task Status/Task Name/Task Description/WO #/Funded Hours/Notes
So I have created a form and subform where a 'Customer' is selected on the main form using a combo box...and that part is functioning very well. BUT, I want to be able to show all records at startup, as well as whenever the user requires to do so. I tried creating a simple button based on a "Show all Records" query/macro...but it doesn't work on either form. Also note that when I open the Subform alone, all records are showing (says 1 - 124 at bottom) but not when I open the main form, so I assume the issue has something to do with the way my Main form is set up.
Additionally, I would like an additional combo box on the Main Form to filter by functional group. So basically, the users can filter by Customer, then somehow select All Records, and filter by Group as well.
Any assistance would be SOOO helpful!
THANKS!!!!!
Customer/Functional Group/Task Status/Task Name/Task Description/WO #/Funded Hours/Notes
So I have created a form and subform where a 'Customer' is selected on the main form using a combo box...and that part is functioning very well. BUT, I want to be able to show all records at startup, as well as whenever the user requires to do so. I tried creating a simple button based on a "Show all Records" query/macro...but it doesn't work on either form. Also note that when I open the Subform alone, all records are showing (says 1 - 124 at bottom) but not when I open the main form, so I assume the issue has something to do with the way my Main form is set up.
Additionally, I would like an additional combo box on the Main Form to filter by functional group. So basically, the users can filter by Customer, then somehow select All Records, and filter by Group as well.
Any assistance would be SOOO helpful!
THANKS!!!!!