I am doing a two-form approach for my search form. The form I am having trouble with is: frmFindACompany. frmFindACompany have 10 unbound text boxes, which I am using as labels because of the On Got Focus event.
There are 10 unbound text boxes that I am using to enter the data to find.
When txt1_CompanyID has focus, it will make txtFindWhat1 visible and so on.
When I try to enter the data to the FindWhat text box I get: Control can’t be edited; it’s bound to the expression “Company ID”.
Everything is unbound. This is just a search form. What am I doing wrong?
Thanks!
There are 10 unbound text boxes that I am using to enter the data to find.
When txt1_CompanyID has focus, it will make txtFindWhat1 visible and so on.
When I try to enter the data to the FindWhat text box I get: Control can’t be edited; it’s bound to the expression “Company ID”.
Everything is unbound. This is just a search form. What am I doing wrong?
Thanks!