andreas charalambous
Technical User
I have a subform in a form which always displays three records.
what i need to do is when a click on a button to transfer these data to three fields in my form.
subform name: subform1
main form : itemsales
fields to update on main form: text1,text2,text3
(text1 should get first record in the subform, text2 should get the second and text3 should get the third one).
what vba code should i use to do that?
thanks
what i need to do is when a click on a button to transfer these data to three fields in my form.
subform name: subform1
main form : itemsales
fields to update on main form: text1,text2,text3
(text1 should get first record in the subform, text2 should get the second and text3 should get the third one).
what vba code should i use to do that?
thanks