I'm sitting in my IT class and I have two problems. One is easy, the second not so. My first problem is a query I am making. I want to create a query that searches for dvds released between two years, with a pop up box appearing when the query is opened, asking which years to seach between. I have no idea how to do this. I was trying to do
Code:
 Between #[ ]# And #[ ]#
. but it wouldn't work. What would I have to type as my criteria.

My...