Hi,
I'm using Access 2010 on a Win 7 box.
I have a form which has a TabControl in the Details section of the form. The TabControl has about four tabs. On one of the tabs I want to add an Unbound text box. When the user enters data to the text box and presses a button located on the same tab, it will run code to do a table lookup using the data in the text box.
The text box's Enabled property is set to True and its Locked property is False. When in form view, the text box is not accepting input. There are other text boxes in the tab that accept input, but they are all tied to table/query elements. I tried moving the text box to the header; but had the same results.
I do have other forms which have Unbound boxes and accept input. I even tried copying one of those boxes and pasting into the TabControl. Again, no luck. So I'm not sure what is going on.
Has anyone seen this problem? Any suggestions?
Vic
I'm using Access 2010 on a Win 7 box.
I have a form which has a TabControl in the Details section of the form. The TabControl has about four tabs. On one of the tabs I want to add an Unbound text box. When the user enters data to the text box and presses a button located on the same tab, it will run code to do a table lookup using the data in the text box.
The text box's Enabled property is set to True and its Locked property is False. When in form view, the text box is not accepting input. There are other text boxes in the tab that accept input, but they are all tied to table/query elements. I tried moving the text box to the header; but had the same results.
I do have other forms which have Unbound boxes and accept input. I even tried copying one of those boxes and pasting into the TabControl. Again, no luck. So I'm not sure what is going on.
Has anyone seen this problem? Any suggestions?
Vic