Hi Im currently developing a database but I cant seem to fathom a seemingly simple problem.

I have a form on the form is a combo box I want it so that when you select an item from this box and then click a button the selection is then added into a text box to create a list. However I keep getting a focus error - "Run-time error '2185' You can't reference a property or method for a control unless the control has the focus.

The code Im using looks like this -

Text36.Text = DropDownList1.Text and is attached to the buttons on click event.