|
-
Aug 5th, 2005, 09:15 AM
#1
Thread Starter
New Member
'simple' frustrating task
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|