vickiwells
Registered User.
- Local time
- Today, 21:03
- Joined
- Jun 30, 2000
- Messages
- 61
http://odyssey.apana.org.au/~abrowne/ser-28.html
I'm trying to use the code from the above web site to filter a subform. I keep getting compile/syntax errror on the portion at the bottom:
MsgBox Err.Number & ": " & Err.Description, vbInformation, & _
Me.Module.Name & ".cboShowJob_AfterUpdate"
It's all pasted and copied directly from the text except for the name of the combo box (cboShowJob). Can anybody tell what's wrong?
I'm trying to use the code from the above web site to filter a subform. I keep getting compile/syntax errror on the portion at the bottom:
MsgBox Err.Number & ": " & Err.Description, vbInformation, & _
Me.Module.Name & ".cboShowJob_AfterUpdate"
It's all pasted and copied directly from the text except for the name of the combo box (cboShowJob). Can anybody tell what's wrong?