Hi guys
I was wondering how to make a search in a access database. My query looks like this:
SELECT ID, Heading, Description, Fix, Modified
FROM CoreData
WHERE (Heading = ?)
Which work fine If I type in the entire “heading” text, but I would like to use an asterisk i...