Look up data table only finds first match

Hi,

Thanks for your reply.

I have managed to figure it out using:

dt.AsEnumerable().
Where(Function(row) row(“01-05-2024”).ToString().Contains(“2”)).
CopyToDataTable()

Thanks for offering to work on it! Cheers

1 Like