Hi, I haven't programmed in a LONG time and am having trouble figuring out how to code the comparison criteria for looking for a range of last names in a Recordset. This is what I want to do:
While Not EOF
If Name Field Begins with A thru M Then
Do Action
Move to Next Record
End While
While Not EOF
If Name Field Begins with A thru M Then
Do Action
Move to Next Record
End While