Humm came up with this but it loops thru ones that say "no"
On Error GoTo ErrorRPT
Dim db As Database
Dim rs As Recordset
Dim Sendto As String
Set db = CurrentDb
Set rs = db.OpenRecordset("User Name", dbOpenDynaset)
Forms![Infokeeper]![Startdate] = Me.Startdate...