BitCounter
Programmer
What is the best way to output the results of an SQL query so that my user can then select the one needed? For example, say I am attempting to output a report for a single record from my database. To generate the query, my user types in a string for Last Name. Based on that string, I generate a recordset (SQL) [using the "LIKE" to include all records with similar last names]. I can generate the recordset just fine. What's the best method for outputting this recordset back to the user so that they can then select the exact record they want to print?