Steve36445
Well-known member
- Joined
- Dec 23, 2007
- Messages
- 58
- Programming Experience
- 10+
Can you help me please?
I am having some success with the bindingsource.filter.
I have got the following to work-
followed by
but there still things I can+t do.
In paticular
1) How do I select records only if a certain field is empty?
2) What is the 'like' syntax?
3) How do I use wild cards?
4)Is this documented anywhere?
5)Is there anything else I should know?
Thanks,
Steve
I am having some success with the bindingsource.filter.
I have got the following to work-
VB.NET:
Me.SentenceBindingSource.RemoveFilter()
Me.SentenceBindingSource.Filter = "sound_checked=false"
Me.SentenceBindingSource.Filter = "word='drag'"
followed by
VB.NET:
Me.SentenceTableAdapter.Fill(Me.QuestionsDataSet3.sentence)
but there still things I can+t do.
In paticular
1) How do I select records only if a certain field is empty?
2) What is the 'like' syntax?
3) How do I use wild cards?
4)Is this documented anywhere?
5)Is there anything else I should know?
Thanks,
Steve