Hello Dear friends i have a question about saving VBA As Global Module...
While working with Access and VBA There are many VBA codes which we use very frequently for example:
Private Sub close_Click()
DoCmd.Close
End Sub
How to save this as Module and then call to a button?
Thank you In Advanced
While working with Access and VBA There are many VBA codes which we use very frequently for example:
Private Sub close_Click()
DoCmd.Close
End Sub
How to save this as Module and then call to a button?
Thank you In Advanced