Suppose I have two tables in Access that are not joined:
Person
Columns: ID, Firstname, Birthdate
1, Janet, 2/27/2000
2, David, 3/5/2012
Cat
Columns: ID, Catname, Birthdate
1, Paws, 6/20/2009
2, Sparkles, 10/1/2013
How can I set up a macro that (1) inputs a date from the user and (2) in each table (or two queries, one from each table) filters only the people and cats, in two separate queries, whose birthdates are after that date?