If I put a breakpoint before the code line
rst.Find ("Giorno=#" & Format(Forms!Prev!CGior, "mm/dd/yyyy") & "# ")
in the Private Sub Comando255_Click()
of the attached mdb, select March 8, 2006 on the calendar and then click the Agenda button on the startup form, I can see that the conditional statement
If rst.EOF Then
returns True
How's that possible since the Varie table already contains the March 8, 2006 date?
rst.Find ("Giorno=#" & Format(Forms!Prev!CGior, "mm/dd/yyyy") & "# ")
in the Private Sub Comando255_Click()
of the attached mdb, select March 8, 2006 on the calendar and then click the Agenda button on the startup form, I can see that the conditional statement
If rst.EOF Then
returns True
How's that possible since the Varie table already contains the March 8, 2006 date?