M
martinmike2
Hello,
I would like to be able to search through a recordset and find the
first record with NULL in the SSN Field programatically.
I have no idea what is the most efficient way to accomplish this. My
idea right now is to run a query to find all the records with this
null value, then MoveFirst. I would then be updating that record with
a SSN in the SSN field.
Is this the most efffiecient way?
I would like to be able to search through a recordset and find the
first record with NULL in the SSN Field programatically.
I have no idea what is the most efficient way to accomplish this. My
idea right now is to run a query to find all the records with this
null value, then MoveFirst. I would then be updating that record with
a SSN in the SSN field.
Is this the most efffiecient way?