P
Peter
Hi all again
what is wrong with this sub?
Private Sub Minutes_AfterUpdate()
If Me.Minutes.Value = ">0" Then
Me.Recieved.Value = "Yes"
End If
End Sub
In other words...if the value is more then 0 in the minues controll...the
received controll should become "yes"...
you can get crazy for less
Thanks!
what is wrong with this sub?
Private Sub Minutes_AfterUpdate()
If Me.Minutes.Value = ">0" Then
Me.Recieved.Value = "Yes"
End If
End Sub
In other words...if the value is more then 0 in the minues controll...the
received controll should become "yes"...
you can get crazy for less

Thanks!