Hi
I cant get the Dlookup to work.
=DLookUp("notes","tblcalendar","Date=" & [dtpicker1])
if i change to the following then it works
=DLookUp("notes","tblcalendar","Date= #01/01/2008#")
How can i get it to lookup the dtpicker1 to work?
Thanks
I cant get the Dlookup to work.
=DLookUp("notes","tblcalendar","Date=" & [dtpicker1])
if i change to the following then it works
=DLookUp("notes","tblcalendar","Date= #01/01/2008#")
How can i get it to lookup the dtpicker1 to work?
Thanks