justphilip2003
Registered User.
- Local time
- Today, 16:56
- Joined
- Mar 3, 2013
- Messages
- 30
I feel ashamed to post this question, but I have forgotten so much.
I have a very simple Form with a combo box ("Stage" Property Name), a text box ("Select_Nr" Property Name) and fields that are Table defined. I am using Access 2010.
The intent is take the values stage and Select_Nr, manipulate them to access the Table and display the desired fields. I am experiencing an "Invalid Control Property: Control Source" and "No such field in the field list" error messages with the text field Select_Nr. The text box does not accept entries. I feel I need a control statement(s) to define the properties but where to put them; the code in Event Procedure [Private Sub Select_Nr_Click()] never executes! :banghead:
I have a very simple Form with a combo box ("Stage" Property Name), a text box ("Select_Nr" Property Name) and fields that are Table defined. I am using Access 2010.
The intent is take the values stage and Select_Nr, manipulate them to access the Table and display the desired fields. I am experiencing an "Invalid Control Property: Control Source" and "No such field in the field list" error messages with the text field Select_Nr. The text box does not accept entries. I feel I need a control statement(s) to define the properties but where to put them; the code in Event Procedure [Private Sub Select_Nr_Click()] never executes! :banghead:
Last edited: