I have a table with 70000 records. I want to be able to find records which match mutliple criteria
ie field called Description
I want to list all matching records which contains words in text box
ie Line Items, Controlling, Period
(The table is linked from another system so is not normalised - bad I know)
Is there a quick way of scrolling through recordset and returning matches?
ie field called Description
I want to list all matching records which contains words in text box
ie Line Items, Controlling, Period
(The table is linked from another system so is not normalised - bad I know)
Is there a quick way of scrolling through recordset and returning matches?