I have 1 module with a public function and 1 main form. The public function in the module is called GetNewSchedule(). I want to change a value of a linklabel in my main form by calling GetNewSchedule() function that is currently in my module. How do I use the WITH statement in my module to accomplish this (changing text values of link label in main form). Thanks a lot!