How about defining global variables in a module to hold the values you want to transfer? I presume that you would have a button on the first form that opens the second one and, if that's the case, you could set the global variables using VBA code under that button before you open the second...