I have a table consisting of the following fields:
CompanyId - Field type = Auto Number
Company - Field type = Text
Active - Field type = Yes/No
On a form I have a combo box, which includes all the above fields. The first column is field CompanyId and this the combo box's bound column.
When ever the form opens I want the combo box to display the name of the company where Active = Yes.
How do I do this?
CompanyId - Field type = Auto Number
Company - Field type = Text
Active - Field type = Yes/No
On a form I have a combo box, which includes all the above fields. The first column is field CompanyId and this the combo box's bound column.
When ever the form opens I want the combo box to display the name of the company where Active = Yes.
How do I do this?