I have strange problem with macro in Access database. When I try to open first form in my Access application I receive following error: “ ”customers” can't find the macro '.' “ . The strangest thing is this dot between quotes. I have been trying to figure this out but I finally gave up and decided to ask for help. Do you know something about this problem?
Hi. This dot between quotes means that you should check for white space in your on Open form event. When you remove space it should work fine (if other code is correct). Writing code can be tricky (believe me I know) and finding bugs is even trickier. I think this will solve your Access database macro error problem.