Ok so i have a couple of Strings and Dates I'd like to use in making my reports. I can't seem to make it work. any help?
This was my latest failure.
SELECTCCIF_No, Date_Recieved, FROM serviceRS WHERE Date_Recieved >= '" & DateFrom & "' AND Date_Recieved <= '" & DateTo & "'
DateFrom and DateTo are Date type variables on VB side