Hi,
Can anyone see what im doing wrong here..
SELECT *
FROM OutOfPrintItemsTable
WHERE OutOfPrintItemsTable.Title Like "*" & S12006ReferencesTable.Reference & "*";
Im trying to search all the Title Fields Text Fields in the OutOfPrintItemsTable where there is a partial match in the S12006ReferencesTable Reference Text Field.
So if the Out of print title field was for example "Happy Days"
Then when performing the Search in the S12006ReferencesTable there would be a match if the References field was "sdfSome Bolix Happy Days some ore bloixdlf"
I think the logic is right i just cant get the syntax right, or perhaps its all wrong
Any help would be most valuable.
Kind Regards,
John Eliot