I have my main program that will use a lot of functions so i wanted to put them all in a module. But i want the functions in the module to be able to interact with the objects on the form(i.e. command buttons)

How do i do this?
thanks