14/01/2012, 17:28
Deneyin
Private Sub Uret_Click()
Me.Kod = Left(Year(Now), 1) & Right(Year(Now), 2)
Me.Kod = Me.Kod & Format(Month(Now), "00") & Format(Day(Now), "00")
Me.Kod = Me.Kod & Format(Hour(Now), "00") & Format(Minute(Now), "00") & Format(Second(Now), "00")
End Sub