Hi
I have a table, tblSupplier, and a form frmPurchaseInvoice, there are two text boxes on the form, txtSupplierShortName and txtSupplierFullname.
When the user types in the short name, i want the second txt box to fill with the full name found in tblSupplier.
Im guessing the best way of doing this is the after update function of txtSupplierShortName?
I have tried various methods but none seem to work
Any help would be greatfully recieved, many thanks.
I have a table, tblSupplier, and a form frmPurchaseInvoice, there are two text boxes on the form, txtSupplierShortName and txtSupplierFullname.
When the user types in the short name, i want the second txt box to fill with the full name found in tblSupplier.
Im guessing the best way of doing this is the after update function of txtSupplierShortName?
I have tried various methods but none seem to work
Any help would be greatfully recieved, many thanks.