I have a form that has a date variable searchDate. How do I format it or call it from a query? I saw a similar process happen with a string Like "*" & [Form]![frmSearch]![searchString] & "*" but using that method (Like [Forms]![frmSearch]![searchDate]) doesn't end well (#Error).
Any ideas?
Any ideas?