button - MS-Access Missing Event When Leaving Text Box -


i have textbox used filter listbox. there command button next text box. enter filter data in text box , move mouse command button , click. of appropriate events in text box fire command button's click event not.

i running access 2013 on windows 8 virtual machine (parallels on mac).

is normal activity?

below event trace following activity: enter characters "farm" in text box click on search command button. notice - no events fire command button.

mindustryfind==> tbxsearchtext_enter mindustryfind==> tbxsearchtext_gotfocus mindustryfind==> tbxsearchtext_keydown mindustryfind==> tbxsearchtext_keypress mindustryfind==> tbxsearchtext_change mindustryfind==> tbxsearchtext_keyup mindustryfind==> tbxsearchtext_keydown mindustryfind==> tbxsearchtext_keypress mindustryfind==> tbxsearchtext_change mindustryfind==> tbxsearchtext_keyup mindustryfind==> tbxsearchtext_keydown mindustryfind==> tbxsearchtext_keypress mindustryfind==> tbxsearchtext_change mindustryfind==> tbxsearchtext_keyup mindustryfind==> tbxsearchtext_keydown mindustryfind==> tbxsearchtext_keypress mindustryfind==> tbxsearchtext_change mindustryfind==> tbxsearchtext_keyup mindustryfind==> tbxsearchtext_beforeupdate mindustryfind==> tbxsearchtext_afterupdate mindustryfind==> tbxsearchtext_exit mindustryfind==> tbxsearchtext_lostfocus mindustryfind==> tbxsearchtext_mousemove 

comment out existing click event procedure in form's code module. form in design view, open command button's property sheet , click ellipsis on click event create new procedure stub in form's module. add simple statement stub.

msgbox "button clicked" 

if new procedure works, replace body original code.

the reason suggestion i've found access "loses track" of event procedures --- although exist in module, not recognized @ run time. steps described have worked correct problems.

however, although situation sounds similar, i'm not @ convinced explanation. may long shot, shouldn't cost rule out.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -