Full Version: =DropMe()
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
wazupchris
I used this feature previously in a database.

Now i have a new database but this feature is not working.

In my combo box of "On Mouse Up" option, i put =DropMe() ....i get an error message saying "The expression you entered has a function name that Microsoft Access can't find".

What can't it find?? Any ideas?

-Chris
Jack Cowley
Make sure you have the DropMe() function in a module. I do not recognize the function name, so it may be a user defined function. Look at your previous db and see if there is a function called DropMe().

hth
Jack
glue
the function is most likely

function DropMe()
on error resume next
screen.activecontrol.dropdown
end function

though I like to use it on the GotFocus Event

hth,
aaron
wazupchris
I got it, i forgot to add....

Function DropMe()

Screen.ActiveForm.ActiveControl.Dropdown

thanks Jack.
Jack Cowley
I'm glad you found the problem!

Jack
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.