Hi,
Access (v 2003) is not recognizing the function InputBox
this is my code
Private Sub Command0_Click( )
Dim response As String
response = inputbox("Enter your name", "Login")
End Sub
I get this error
expected variable or procedure, no project
Any ideas?
Access (v 2003) is not recognizing the function InputBox
this is my code
Private Sub Command0_Click( )
Dim response As String
response = inputbox("Enter your name", "Login")
End Sub
I get this error
expected variable or procedure, no project
Any ideas?
Comment