Some of the most valuable websites (especially regarding Access of course) are those of many of my fellow MVPs (and a few other exceptional individuals). So I thought it intelligent to try and compile them here. If you are looking for some of the very best online resources, these are the sites to start with! Packed with invaluable information, explanations, sample databases to quickly learn from, these sites are the ‘crème de la crème’!!!
How do I initiate a fucntion from a button on a form. Older versions it was simply point the click_event at a procedure, Function …. and it kicked off. Please help
Nothing has changed on this front.
Ensure your procedure is in a standard modules
Ensure your procedure isn’t declared as Private
Double check the spelling of the procedure your are trying to call
Then call it in your Click Event by doing