G
Guest
Hello. I am creating a database to keep information for my customers and to track expenses and invoices related with their project. I created a table called "Customers" to track my customers and a table called "Project" to track projects related with each client. I created a button on my "Customers" form to open the "Projects" form. I want that when I click on the button only the project information relating to that specific customer to show up. On my "Project" form I placed a field called "ClientID" which is filled with the "CustomerID" from the "Customers" form. How can I make the "Project" form to search the "Project" table and only show the information relating to that customer
Ex.: I open a customer with "CustomerID" 1003 when I click the Project button the form Project opens and displays the project information related only to "ClientID" 1003
Any help would greatly be appreciated
Thank You in advance.
Ex.: I open a customer with "CustomerID" 1003 when I click the Project button the form Project opens and displays the project information related only to "ClientID" 1003
Any help would greatly be appreciated
Thank You in advance.