Imagine this, a form with 5 labels, spaced out (Label1, Label2, etc).
A recordset with 5 label numbers and names (1, "Green"; 2, "Purple").
How do I populate the labels in the form with the associated information from the table?
Label1 = "Green"
Label2 = "Purple"
Thanks. Sean.
A recordset with 5 label numbers and names (1, "Green"; 2, "Purple").
How do I populate the labels in the form with the associated information from the table?
Label1 = "Green"
Label2 = "Purple"
Thanks. Sean.