Hi,
I have a form called Accounts with two textbox with the fields Fname and Lname. I run a query of some sort and I have record left with the columns F_name and L_name, Once i run the query how can i set the textbox values to the according values. ie. Fname=F_name and Lname=L_name.