A family of Microsoft relational database management systems designed for ease of use.
Can, and how, do I use this on Form Load (or Button) to move to the first record where "Field1" is Null?
I wouldn't use FindRecord for this. Instead, I'd use the statement,
Me.Recordset.FindFirst "Field1 Is Null"