Hello,
Can anyone help me out with my problem.
The following code, that i have aquired, finds a record in a table based on the information put into a text box, then outputs the" last name" value from that row of the table.
Private Sub cmdFindRecord_Click()
Dim adoRst As ADODB.Recordset
Dim...