Try this, you will need to put in your own variables and table names etc you might need to change the &'s to +'s
mySQL = "SELECT * FROM yourtable WHERE yourdatefield > '#"
mySQL = mySQL & firstDateVariable
mySQL = mySQL & "#' AND < '#"
mySQL = mySQL & secondDateVariable
Cheech The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)