IanT
03-22-2002, 02:30 AM
Is it possible that when you run a parameter query, that if no info is inputted, the query will show all details!
|
View Full Version : parameter query IanT 03-22-2002, 02:30 AM Is it possible that when you run a parameter query, that if no info is inputted, the query will show all details! RV 03-22-2002, 03:08 AM Yes, it's possible. WHERE Table.Field=[your parameter] OR [your parameter] is null; |