A
Agnes
my date format is in yyyy-mm-dd
mycommandtext is 'select * from myTable where issuedate >='" &
Me.txtStartDate.text & "' and issuedate <= '" & Me.txtEndDate.text & "' "
It return zero records, Is that the commandtext got errors ??
Thanks a lot
mycommandtext is 'select * from myTable where issuedate >='" &
Me.txtStartDate.text & "' and issuedate <= '" & Me.txtEndDate.text & "' "
It return zero records, Is that the commandtext got errors ??
Thanks a lot
