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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -