I have this two var:
Mydata As date
Mystring as String
I need to find if a pair of this two var are present in mytable based filed F1 (date filed) and F2 (string field)
example:
Mydata=18/06/2022
Mystring="123456"
F1 F2
19/06/2022 123456
18/06/2022 123456
21/06/2022 123456
in my case the relation is present in second row
i can use SEEK, .find, .filter....or?
note:
i use CN as ado connection