It works .I put a space between seq and Where. First step.
I also changed the reference Me.X without Me. because I am using the row source of my subform
Now When I change a value in my txt box based on the Quote number OP, it changes this value with the Quote number CONT1 too.
But it changes only the SEQ that I have in my txtbox.
Because of an auto-increment function, i would like to change all the seq .. how can I do that with the code, for example with a loop ?
I also changed the reference Me.X without Me. because I am using the row source of my subform
Now When I change a value in my txt box based on the Quote number OP, it changes this value with the Quote number CONT1 too.
But it changes only the SEQ that I have in my txtbox.
Because of an auto-increment function, i would like to change all the seq .. how can I do that with the code, for example with a loop ?
Comment