A
Anth Stever
"The expression you entered has a function name that Microsoft Access can't find."
Horse pucky! The expression: =dropcombo() is in the On Enter property of a combo box.
The code resides in basUtilities and is:
public sub dropcombo()
screen.activecontrol.dropdown
end sub
This works fine in another copy of the DB on another PC. Any idea what the heck is wrong here?
TIA,
/\nth
Horse pucky! The expression: =dropcombo() is in the On Enter property of a combo box.
The code resides in basUtilities and is:
public sub dropcombo()
screen.activecontrol.dropdown
end sub
This works fine in another copy of the DB on another PC. Any idea what the heck is wrong here?
TIA,
/\nth