Error using treeview events

T

Transonic

I am having difficulty figuring out this strange error when I use a TreeView
control in my Access 2003 database. Whenever I try to detect an event like
NodeCheck or Collapse I get an error that reads

"The expression MouseUp you entered as the event property setting produced
the following error: Procedure declaration does not match description of
event or procedure having the same name."

I've tried every permutation of code I could think of to make this work.
Additionally I cut and pasted code from this site
http://abstractvb.com/code.asp?A=719 into a fresh form and got the same
error. Tracking through the help data I went down a track of restoring
missing references where I ended up following this MS KB article.
http://support.microsoft.com/kb/209849/

The results of all the references appeared in my Immediate window and I
checked each file to confirm it existed. And each one does. I have no idea
how to fix this problem and would welcome any assistance.
 
Top