Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid firstrow

Status
Not open for further replies.

ahhuang

Programmer
Apr 1, 2002
61
SG
I have a datagrid that contains records
I have been trying to use firstrow property by but always run into "Invalid bookmark"

What i want to do is:
1) Having a text box to accept input string
2) Search the datagrid recordset and highlight all
possible matched records from the input string (use instr() function)
3) Gather these highlighted records and move them up to the top of the datagrid so that user does not need 2 scroll all the way down to find highlighted records

Would any one advice me how can datagrid be done as the steps above?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top