I know the info that I am about to give may be vague, but there is such an overload of stuff I don't even know where to begin. So please ask questions and if I can answer them I will.
I copied a Form that we have in an existing db and pasted it within the same db. I have changed the record source to a new table. However, one thing is eluding me. There is a search box that obviously calls a macro called "Search." I copied this macro and renamed to Search2. For the life of me, I cannot find what to change within the form to make sure that Search2 is called instead of Search.
I have checked all properties of "searchBox" and there is no event trigger (unless it is somewhere that I can't see it). I have looked at the code and there is no After Update or On Enter code entered, yet when I type in something to be searched and press enter, it triggers something because I get an error message telling me that something didn't work and it references "Search" instead of "Search2" like I would like it to.
Where else can I look to find where "Search" would be called and change it? Like I said, I know that this is vague and I am not sure what extra info that you would need, but if it is within my power than I will answer it. Thanks in advance!
I copied a Form that we have in an existing db and pasted it within the same db. I have changed the record source to a new table. However, one thing is eluding me. There is a search box that obviously calls a macro called "Search." I copied this macro and renamed to Search2. For the life of me, I cannot find what to change within the form to make sure that Search2 is called instead of Search.
I have checked all properties of "searchBox" and there is no event trigger (unless it is somewhere that I can't see it). I have looked at the code and there is no After Update or On Enter code entered, yet when I type in something to be searched and press enter, it triggers something because I get an error message telling me that something didn't work and it references "Search" instead of "Search2" like I would like it to.
Where else can I look to find where "Search" would be called and change it? Like I said, I know that this is vague and I am not sure what extra info that you would need, but if it is within my power than I will answer it. Thanks in advance!