Hey all,
I have a table in my database (called SupplierCage) that has 2 headings - Supplier name and Supplier Cage Code. For each supplier name there is 1 unique cage code. I have a form (the source of which is not the SupplierCage table) with 2 fields (among many others) called Supplier and Cage Code. The Supplier field is a combobox and the combobox points back to the SupplierCage for the list of names available.
Because cage code is not readily accessible to my users, I'd like to set it up so that whenever someone entered in a Supplier Name, the correct cage would automatically fill in, in the correct field. I know how to set up code to do each Supplier and Cage individually, however that would take me forever as there are over 3000 suppliers.
Is there any way to call the entire table to do what I described?
I have a table in my database (called SupplierCage) that has 2 headings - Supplier name and Supplier Cage Code. For each supplier name there is 1 unique cage code. I have a form (the source of which is not the SupplierCage table) with 2 fields (among many others) called Supplier and Cage Code. The Supplier field is a combobox and the combobox points back to the SupplierCage for the list of names available.
Because cage code is not readily accessible to my users, I'd like to set it up so that whenever someone entered in a Supplier Name, the correct cage would automatically fill in, in the correct field. I know how to set up code to do each Supplier and Cage individually, however that would take me forever as there are over 3000 suppliers.
Is there any way to call the entire table to do what I described?