hi
I would like to display the invoice between two dates . there are from the starting date to the end date. Please help me in the select statement.
Heres my select statement, but cant works:
rs_rct.Open "Select * from Receipt where DateValue(ReceiptDate) >= '" & DateValue(txtFrom) & "' <= '" & DateValue(txtTo) & "'", con, adOpenKeyset, adLockPessimistic
:blush:
