select * from table
where date_sold between #01/04/2003# and #30/09/2003#
Obviously you could change the dates to whatever you need, or you could have it as
select * from table
where date_sold between [Enter Start Date] and [Enter End Date]
at which point you can dynamically choose any date selection you like.
Hope this helps, Dodgy Chris
-----------------------------------
confucious say : better to save a mans life than to build 7 storey pagoda