Two of them, actually.
Ok, so here's the problems
Problem 1:
I'm trying to be able to do partial word searches from the form to the
database instead of full word searches, here's the query and the relevant
code.
(Line breaks added to fit note restrictions)
SELECT ID, [Date Recieved], [Article Number], [KB Name]
, [Article Name], Suggestion
(
Read more... )