Hello All:
I have a database in A97/SR1 with a table named Employees and a form named frmEditEmployees. On the form are most of the fields of the table. I want to use the form to allow the user to edit the data held in the table. I would like to put a command button on the form to perform a “Find” function. I know how to put the button on the form, but am having trouble with part of the code.
I don’t know how to reference a recordset in code. I would like the recordset to contain all the records in the Employees table but the find should only be looking in the LastName field.
Can someone provide some help in what the correct syntax is for referencing a recordset.
Thanks