DoCmd.OpenReport "rptTaxInvoicesCompany", acViewPreview, , "[TradingAsID]=" & Me.List0.Column(0) And "PaymentDateBanked1st = #" & Me.txtDateField & "#"
I keep getting data mismatch, clicking on a main form's listbox opens the records but I have an unbound textbox with short date format to open what I click in that list by the date in the unbound textbox.
data missmatch 13
I'm doing something wrong not sure what
P.s. not date range, incorrectly put in title