I've created a UserForm that will display historical data based on the month that I select from a ComboBox. Within the UserForm, there are also input boxes where, using the displayed information to help me make an accurate decision, I can enter new data that will go into another database within the workbook.

How do I make my UserForm "refresh", once I select the month, to display the correlating information from my workbook database?

I think a CommandButton might be a good addition but I don't know how to link the two objects.

(By the way, I just started learning VBA last week so I may not understand the most technical terminology.)

Thanks for the help!