I'm still working on a DataBase for my unit and I need to find a way to enter in two dates [startdate] [enddate] and have those dates hold the value of the time between them. say i enter in 01/01/2007 and 02/01/2007. and then do a date serch for 01/06/2007 threw 01/10/2007, I want the above start/end date to show up, because they are happening durring the serch timeframe. Hope this is understandable, I'm sorta confusing myself. heres the code I'm using at this time.
Code:
>=[forms]![frmReports]![txtDateFrom] And <=[forms]![frmReports]![txtDateTo]
Comment