I have created a form (Contract Data) that has fields for Supplier Information. When the user types in the supplier's tax ID number into the Taxid text box I created I want the Supplier Name to automatically populate in the SupplierName text box that is on my Contract Data form. I have an underlying table named "Supplier Information" where my supplier info is located. I have A LOT of suppliers so I don't want to use a combo box with a drop down to select the TAXID (primary field). Does anyone have any suggestions on how to write the code in VBA?