tweaked2005
Technical User
So I'm trying to apply the following conditional code to each record in the dataset that is loading in my form. I know I need to loop through each record, but I can't remember the code necessary to do so (is it something like recordset.EOF). Any help on looping through records is greatly appreciated! Thanks!
Private Sub Form_Open(Cancel As Integer)
If today - Me!startDate < 45 Then newComment = "Too New"
End Sub
Private Sub Form_Open(Cancel As Integer)
If today - Me!startDate < 45 Then newComment = "Too New"
End Sub