Greetings.
I have an inventory data entry form with five fields.
txtPhone, txtSerialNo, comboType, comboModel, txtBC
This form inserts records into the tblInventory table. However, when entering the phone extension into the txtPhone field, I need to populate the txtBC field with a 'default' value pulled from the BudgetCenter table (which has the extension number as the key field).
I tried a couple things that didn't work and I am still researching this. Does anyone have a suggestion on how I might make this work?
Many thanks.
I have an inventory data entry form with five fields.
txtPhone, txtSerialNo, comboType, comboModel, txtBC
This form inserts records into the tblInventory table. However, when entering the phone extension into the txtPhone field, I need to populate the txtBC field with a 'default' value pulled from the BudgetCenter table (which has the extension number as the key field).
I tried a couple things that didn't work and I am still researching this. Does anyone have a suggestion on how I might make this work?
Many thanks.