|
-
Nov 24th, 2002, 12:18 AM
#1
Thread Starter
Hyperactive Member
Search Record
In my Project, I can already navigate records.
‘First Record
Me.BindingContext(DataSet11, "Customer").Position = 0
‘Next Record
Me.BindingContext(DataSet11, "Customer").Position = (Me.BindingContext(DataSet11, "Customer").Position + 1)
The only problem now is I cannot search a record. Like for example I am searching a CustomerNo in my table Customer. The value I’m search is 016.
Kindly help me please?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|