I'm working with PHP, MySql and Dreamweaver, I have defined a recordset that loads data from a "customer" table. The records are displayed (name, code, age, address, etc) one by one (1 record= 1 Customer).
I have buttons for recordNext and recordPrevious. This is the way to move through the recordset.
I need to include a TextBox for the user to enter the "customer code" and:
1) Search the client in the recorset using that code.. (find the row for that customer)
2) Position recodset in that row and display the data for that customer.
Octobewind Thanks for response. I no need to redo the query, I have a query that loads the recordset, I need to search inside the recordset (table customers) and position in the record found and continue to browse the table. Something similar to "findfirst" in ADO recordset when working with Access...
Bookmarks