Me.bindingsource.xxx
All goes well for movenext, movefirst, ... etc, but when I try to find
a record through find() method I don't understand what should type in
(...), while the intelesense states to type prop and object key. It
really doesn't make any sens for me. Consider the following table as
example.
ID first field second field third
field
1 aaa bbb ccc
2 ppp qqq rrr
3 sss ttt
uuu
Now how would "Me.bindingsource.find()" statement will be written in
order to search a specific record(i.e qqq) from the database?