Hi Everyone,
I have a form (Access 2000) with text and combo boxes bound to a table showing information about our contracts.
There is also a list box in this form querying client names from another table.
My goal is to have a record of a contract showing, then to highlight a client from the queried list box so i can ultimately click a button and add the contract number and the client name to a table which stores only that information (contract number & clientID).
I have created tables called: Contracts, Clients, ClientContractJ unction. The last table has a many to many relationship with the Clients and Contracts tables (as there will be contracts with many clients and clients attached to many contracts)
Can anyone offer a direction in which to take this problem? I'm assuming I need a command button with some code to add the selected information to a record in the ClientContractJ unction table. Unfortunately the code is above my skill level - but I'm determined to learn how to do it :-).
I have a form (Access 2000) with text and combo boxes bound to a table showing information about our contracts.
There is also a list box in this form querying client names from another table.
My goal is to have a record of a contract showing, then to highlight a client from the queried list box so i can ultimately click a button and add the contract number and the client name to a table which stores only that information (contract number & clientID).
I have created tables called: Contracts, Clients, ClientContractJ unction. The last table has a many to many relationship with the Clients and Contracts tables (as there will be contracts with many clients and clients attached to many contracts)
Can anyone offer a direction in which to take this problem? I'm assuming I need a command button with some code to add the selected information to a record in the ClientContractJ unction table. Unfortunately the code is above my skill level - but I'm determined to learn how to do it :-).
Comment