R
redrover
I'm trying to use the recordset Find to filter the recordset in my code. I
keep getting an error with the syntax. I think it has something to do with
trying to use a control field on the form for the Find. My statement:
rst.Find "SSN=ME.SSN"
SSN is the name of the field in the recordset.
ME.SSN is the control field on the form.
How can I do this so that I only get the records in the recordset that match
SSN field in the form (ME.SSN is a field on the form)?
keep getting an error with the syntax. I think it has something to do with
trying to use a control field on the form for the Find. My statement:
rst.Find "SSN=ME.SSN"
SSN is the name of the field in the recordset.
ME.SSN is the control field on the form.
How can I do this so that I only get the records in the recordset that match
SSN field in the form (ME.SSN is a field on the form)?