Hi all,
i know this must sound stupid. im trying to run an sql line in code. im putting a date in the sql string.
the date is formatted dd/mm/yyyy just like the field its corresponding to.
This is the end of the string
((tblSection6.Period)=” & “#” & Format(PDate, “dd/mm/yyyy”) & “#” & “));”
doesnt seem to like it. anyone help me out?
it just returns no recs when i know there are some there