Hi, I'm looking for some advice on cornering an annoying bug I cannot recreate! I'll just paste the code here:
Public Sub CreateView( _
lv As ListView, _
lvTemp As ListView, _
dtFromDate As Date, _
dtToDate As Date, _
Optional sFilter As String = "" _
)
Dim rs As New...