Hope someone can point out the syntax problem which triggers error 13 data mismatch problem
DtStartDate = [regidate] >= # " & Me.Txt_Startdate & "#"
DimDtstartDate as date
The text box is on a form is unbound and format is set to shortdate
Hope you can help
DtStartDate = [regidate] >= # " & Me.Txt_Startdate & "#"
DimDtstartDate as date
The text box is on a form is unbound and format is set to shortdate
Hope you can help