Hi,
If I remeber correctly you can link a button to a function of access. You only have to create your VBA function into a code module and then link this function name to the button you want to use.
Hope that helps!!
Just in case declare your function like :
"Public Function FunctionName()"
Where FunctionName is your function's name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.