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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -