In the properties section for my ComboBox the RowSourse code looks like the following.<br>
<br>
SELECT[Table1].[CompanyID],[Table1].[Name]<br>
FROM Table1 ORDER BY [Table1].[Name];<br>
<br>
Would like some help on adding a WHERE [Table1].[Terr] = Text59, but I cannot get code right. <br>
<br>
What I am trying to do is filter the ComboBox to only names that are in Territory # 9 or whatever number is in Text59 (Text59 is an Unbound text box) Any help appreciated. Ray<br>
<br>
<br>
<br>
<br>
SELECT[Table1].[CompanyID],[Table1].[Name]<br>
FROM Table1 ORDER BY [Table1].[Name];<br>
<br>
Would like some help on adding a WHERE [Table1].[Terr] = Text59, but I cannot get code right. <br>
<br>
What I am trying to do is filter the ComboBox to only names that are in Territory # 9 or whatever number is in Text59 (Text59 is an Unbound text box) Any help appreciated. Ray<br>
<br>
<br>
<br>