R
rxkhan via AccessMonster.com
I have an sql query that finds dates between two specified dates. Query
works fine with start date that is it starts printing or retrieving records
from the specified start date but it does not recognises the enddate that is
it proceed further ahead the enddate.
em using vb6 and MS Access 2002
here is my query
Source = "Select * from [FEA_List_From_Carpenters] where [Transaction Date]
Between #" & DTPickerFrom& "# And #" & DTPickerTo & "# ORDER BY [Transaction
Date]"
Transaction Date is of DATE/TIME Data type.
Please help!!!
works fine with start date that is it starts printing or retrieving records
from the specified start date but it does not recognises the enddate that is
it proceed further ahead the enddate.
em using vb6 and MS Access 2002
here is my query
Source = "Select * from [FEA_List_From_Carpenters] where [Transaction Date]
Between #" & DTPickerFrom& "# And #" & DTPickerTo & "# ORDER BY [Transaction
Date]"
Transaction Date is of DATE/TIME Data type.
Please help!!!