G
Guest
can anyone tell me why this code works in one database, but not another??
i've check all the properties in the text boxes and don't see any
differences? it works - but it wont autopopulate instantly like it does in
the database that i got this code from.
thanks,
Private Sub Status_AfterUpdate()
If Me!Status = "Closed" Then
Me!ActualCloseDate = Date
Me!ActualCloseTime = Time
End If
End Sub
i've check all the properties in the text boxes and don't see any
differences? it works - but it wont autopopulate instantly like it does in
the database that i got this code from.
thanks,
Private Sub Status_AfterUpdate()
If Me!Status = "Closed" Then
Me!ActualCloseDate = Date
Me!ActualCloseTime = Time
End If
End Sub