Hello,
I am new to VB. I am using Visual Studio and ADO Data Control to access a Table(Project) on an Access database. This works fine. I am attempting to use ADO DataList to access a different Table(Client) on the same database to create a dropdown list so the user can select which Client ID to associate with that Project record. Everytime I try to associate the field, the only table option that appears is the Project Table, I need the Client table to be accessed.
What are my options?
I am new to VB. I am using Visual Studio and ADO Data Control to access a Table(Project) on an Access database. This works fine. I am attempting to use ADO DataList to access a different Table(Client) on the same database to create a dropdown list so the user can select which Client ID to associate with that Project record. Everytime I try to associate the field, the only table option that appears is the Project Table, I need the Client table to be accessed.
What are my options?