I actually have 2 questions that apply to the same issue.
1. Within the "status" field of the following code I need to apply a filter that will included multiple criteria like "inactive" and "active"
DoCmd.ApplyFilter , "status = 'inactive'"
2. I also need to apply a filter that will allow me to pull up records based on criteria from 3 different fields--same as above but using filter criteria from the "status", "budget", and "color" fields.
Thank you in advance for your help
1. Within the "status" field of the following code I need to apply a filter that will included multiple criteria like "inactive" and "active"
DoCmd.ApplyFilter , "status = 'inactive'"
2. I also need to apply a filter that will allow me to pull up records based on criteria from 3 different fields--same as above but using filter criteria from the "status", "budget", and "color" fields.
Thank you in advance for your help