Hi All
I'm building an invoice database so that Service Agents can log in and bill us for work that has been completed. When creating an invoice, the user must enter their companies ID. (AKA Servicer ID) In my database I have created a separate table containing details for each of our service agents. (Example: Servicer ID, Company Name, Address…) I want to set up the invoice form in such a way, that when the user enters their Servicer ID, the following field will display the company name.
Any ideas on how I can accomplish this?