G
Guest
Hi all,
I have a problem, I'm moving a database from server client "Metaframe
win2000" to server client "Metaframe winxp" but suddendly a button doesn't
work anymore...
I tried to copy the code into the new database but this doesn't work aswell...
Does anybody has any idea?
please find my code below..
*********************************************************
Private Sub Command60_Click()
Dim dag As String
Dim maand As String
dag = Day(Date)
If Len(dag) = 1 Then dag = 0 & dag
maand = Month(Date)
If Len(maand) = 1 Then maand = 0 & maand
[Sales order date].Value = dag & "-" & maand & "-" & Right(Year(Date), 2)
End Sub
I have a problem, I'm moving a database from server client "Metaframe
win2000" to server client "Metaframe winxp" but suddendly a button doesn't
work anymore...
I tried to copy the code into the new database but this doesn't work aswell...
Does anybody has any idea?
please find my code below..
*********************************************************
Private Sub Command60_Click()
Dim dag As String
Dim maand As String
dag = Day(Date)
If Len(dag) = 1 Then dag = 0 & dag
maand = Month(Date)
If Len(maand) = 1 Then maand = 0 & maand
[Sales order date].Value = dag & "-" & maand & "-" & Right(Year(Date), 2)
End Sub