vba - After making my .accdb an .accde, form events wont fire -
i have working ms-access project. of events , vba code functions intended when existing .accdb
when compile .accde of vba events tied updating textbox, combo box or clicking button no longer run. have tried different locations file , still runs same.
edit: double checked trusted locations , file located in trusted location. ticked option allow vba code run no matter security.
also can confirm onload() events work..
with .accdb file try manually run 'compile' command (vba editor --> debug --> compile) ensure there no warnings/issues compiler error can cause issues compiled .accde files not firing events
this solved problem
Comments
Post a Comment