Hello I have the following question, I have a table called asq as shown below:
ID AutoNumber
months Short Text
comm Number
gross Number
fine Number
problem Number
personal Number
A Combo box in my Form1 form displays the values of months, I want to get the values of comm, gross, fine, problem and personal, in each unbound TextBox that has a specific name, but I don't know how to do it.
thank you for all the help you can give me.
MM