I want to create a parameter query that asks for a date and then returns all records where [Status]="Active" and where either [ReviewDate] OR [ReviewExtensionDate] are equal to the date entered. I got the OR statement to work correctly, however, the problem that I'm having is that when I run my query, I get asked for the date twice, instead of just once. So, my question is, how do I pass the same parameter to two different fields without having to enter the parameter twice? Any help I can get on this would be greatly appreciated.
Amanda
Amanda