L
ladybug via AccessMonster.com
I received a syntax error with this code:
Private Sub Function_AfterUpdate()
On Error Resume Next
Task.RowSource = "Select Function.Task " & _
"FROM Function " & _
"WHERE Function.Function = '" & Function.Value & "' " & _
"ORDER BY Function.Task;"
End Sub
Can anyone help me figure out what is wrong?
Private Sub Function_AfterUpdate()
On Error Resume Next
Task.RowSource = "Select Function.Task " & _
"FROM Function " & _
"WHERE Function.Function = '" & Function.Value & "' " & _
"ORDER BY Function.Task;"
End Sub
Can anyone help me figure out what is wrong?