Hello, I'm currently learning basic VBA for my O Level Coursework (7010 computer studies). I've some problems with VBA so erm I need help. :X
I created a Module called inventoryCheck, and there's a public function inventoryCheck(). I want this function to be executed everytime Access opens, so I used the AutoExec macro, where I used RunCode to run the inventoryCheck() function. But whenever I run AutoExec, it tells me that "The expression you entered has a function name Access can't find."
Can anyone help me?
Thank you!
I created a Module called inventoryCheck, and there's a public function inventoryCheck(). I want this function to be executed everytime Access opens, so I used the AutoExec macro, where I used RunCode to run the inventoryCheck() function. But whenever I run AutoExec, it tells me that "The expression you entered has a function name Access can't find."
Can anyone help me?
Thank you!