Hello guys,
I've got a form bounded to a table("transaction"), when the user enter number in
txtPreyerBillNo, the Preyer's name appear automatically in the lstName
I've done it by putting a quary into the row source of the lstname:
SELECT Preyers.Name, Preyers.PreyerBillNo FROM Preyers...