How can I show a record that the date/time is between two dates/times?
For example a database showing when an item should be shipped.
CurrentDate = 7/13/2006
StartDT = 7/10/2006 (Order can ship as early as now)
EndDT = 7/20/2006 (Order must ship immediately)
How can I pull up orders that can ship from within the date range provided?
Thanks
For example a database showing when an item should be shipped.
CurrentDate = 7/13/2006
StartDT = 7/10/2006 (Order can ship as early as now)
EndDT = 7/20/2006 (Order must ship immediately)
How can I pull up orders that can ship from within the date range provided?
Thanks