Hi all,
i pasted this code in a sub and expected an "error" or "debug" message..but nothing happenes..why?
Private Sub Alert_AfterUpdate()
On Error Resume Next
cboCity.RowSource = "Select tblAll.City " & _
"FROM tblAll " & _
"WHERE tblAll.Country = '" & cboCountry.Value & "' " & _
"ORDER BY tblAll.City;"
End Sub
Thanks!
i pasted this code in a sub and expected an "error" or "debug" message..but nothing happenes..why?
Private Sub Alert_AfterUpdate()
On Error Resume Next
cboCity.RowSource = "Select tblAll.City " & _
"FROM tblAll " & _
"WHERE tblAll.Country = '" & cboCountry.Value & "' " & _
"ORDER BY tblAll.City;"
End Sub
Thanks!