How do I link unbound controls to the current row in a subform. I am currently trying to create a subform that allows users to enter values into multiply unbound controls in a row in a subform. To save space, I don't want to create a field for each control. I am using a procedure to place the values entered by the user into a table(the procedure works fine). As I enter a value into a unbound control it populates the entire column with that value(undesired).