C
Charles A. Lackman
Hello,
I am retrieving data from a database "Order By LastName", when I use a
dataview to find a Last Name it does not give me the first instance of the
Last Name.
ie.
ADataView.Sort = "LastName"
AnInteger=ADataView.find("Smith")
BindingContext(ADataView).Position = AnInteger
If there are more than one "Smith" in the database it goes to the second one
instead of the First one.
What I need is for it to go to the first one.
Any suggestions will be greatly appreciated.
Thanks,
Chuck
I am retrieving data from a database "Order By LastName", when I use a
dataview to find a Last Name it does not give me the first instance of the
Last Name.
ie.
ADataView.Sort = "LastName"
AnInteger=ADataView.find("Smith")
BindingContext(ADataView).Position = AnInteger
If there are more than one "Smith" in the database it goes to the second one
instead of the First one.
What I need is for it to go to the first one.
Any suggestions will be greatly appreciated.
Thanks,
Chuck