I am not really familiar with vb so know your not talking to the whiz kid here.
I have built a form in Access 2007 and have added some event procedures using the visual basic gui.
The problem I'm having is there is a wrongly label function or definition, bear with me, .... at the top of the window that opens when I go into vb mode are 2 drop down lists I am not sure what to call them. But in the one on the right there is a routine or function name, title whatever it is that is misspelled it is called rulerFilter. I have no idea how to access this item in the drop down list so I can get rid of it. I tried getting rid of all sub routines that were related to rulerFilter. The problem is I have a ton of other stuff that is labeled correctly, "RulerFilter" with the uppercaser R instead of the lower. But every time I go to write a sub and I use the uppercase R form of the name when I save it the program changes it to match the lower case rulerFilter. I believe it is matching the name in the list on the left of the window but I can't find how to get rid of any items in that list. Can someone tell me how that list is generated and maybe how I can get take something off the list. I have tried closing, in and out of the db and the form that are involved, checked everything I can think of without any luck? I don't see a way to upload a picture or I would.
I appreciate any help I can get with this.
I figured out that the list I'm lookin at is the object list and the other list is the procedure list. How can I get rid of an item on the object list?
I have built a form in Access 2007 and have added some event procedures using the visual basic gui.
The problem I'm having is there is a wrongly label function or definition, bear with me, .... at the top of the window that opens when I go into vb mode are 2 drop down lists I am not sure what to call them. But in the one on the right there is a routine or function name, title whatever it is that is misspelled it is called rulerFilter. I have no idea how to access this item in the drop down list so I can get rid of it. I tried getting rid of all sub routines that were related to rulerFilter. The problem is I have a ton of other stuff that is labeled correctly, "RulerFilter" with the uppercaser R instead of the lower. But every time I go to write a sub and I use the uppercase R form of the name when I save it the program changes it to match the lower case rulerFilter. I believe it is matching the name in the list on the left of the window but I can't find how to get rid of any items in that list. Can someone tell me how that list is generated and maybe how I can get take something off the list. I have tried closing, in and out of the db and the form that are involved, checked everything I can think of without any luck? I don't see a way to upload a picture or I would.
I appreciate any help I can get with this.
I figured out that the list I'm lookin at is the object list and the other list is the procedure list. How can I get rid of an item on the object list?