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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -