A
awach
I am trying to have a subform that only shows certain values. The control
source for the form is a query, [Specific Models Subform]:
Part Number Class Allocation
I have a comboBox that is on the subform that allows just the choices for a
certain class to be available by using a row source:
SELECT Form1.Name FROM Form1 WHERE Form1.Class="Cash";
I would like a text box to have the same property. I have the control
source as:
SELECT Allocation FROM [Qry1] WHERE Class="Cash";
but it's not working. What am I doing wrong? Thanks
source for the form is a query, [Specific Models Subform]:
Part Number Class Allocation
I have a comboBox that is on the subform that allows just the choices for a
certain class to be available by using a row source:
SELECT Form1.Name FROM Form1 WHERE Form1.Class="Cash";
I would like a text box to have the same property. I have the control
source as:
SELECT Allocation FROM [Qry1] WHERE Class="Cash";
but it's not working. What am I doing wrong? Thanks