G
Guest
Novice using VBA ... Strong in Access
The user needs to filter specific records by either quarters, Prod Type or
both quarter and prod type from a form. First, what type of object (command
button, drop down box, etc) should the user select to run the filter?
Second, I need an explanation and code sample of how to pass the user's
selection into the code.
Quarter ProdType
2004-01 Prod A
2004-01 Prod B
2004-04 Prod A
2004-07 Prod A
The user needs to filter specific records by either quarters, Prod Type or
both quarter and prod type from a form. First, what type of object (command
button, drop down box, etc) should the user select to run the filter?
Second, I need an explanation and code sample of how to pass the user's
selection into the code.
Quarter ProdType
2004-01 Prod A
2004-01 Prod B
2004-04 Prod A
2004-07 Prod A