Dear All
can you help me please
i have this code in my database
Private Sub Form_timer()
Static iCount As Integer
iCount = iCount + 1
If iCount = 10 Then
Me.TimerInterval = 0
Call generateEmail("select * from qryduein30days")
Call generateEmail2("select * from qryDuein30Days2")
Call generateEmail3("select * from qryDuein30Days3")
Call generateEmail4("select * from qryDuein30Days4")
Call generateEmail5("select * from qryDuein30Days5")
If Me.TimerInterval = 0 Then
Me.TimerInterval = 125
End If
Exit Sub
End If
End Sub
when any one open the database in another computers this message appear ( the expression on timer you entered as event property setting produced the following error : the code in this project must be updated for use on 64 bit system please review and update declare statements and then mark them with the PtrSave attribute )
what is the right edites in the code - best regards