vba - 2046 error when trying to run Macro -
docmd.setwarnings (warningsoff)  docmd.gotocontrol ("txtvisitorlastname") sendkeys "-" me.dirty = false pause 250  docmd.runmacro ("deletecurrentrecord") <--- error here  pause 250  docmd.close  docmd.openform ("languageselection")  docmd.setwarnings (warningson)   this in vba within access 2016 project. not sure can it. assistance great.
other info error
it says argument 223
 
 
  
Comments
Post a Comment