Hello,
I have this the response data and want to the response to 2016 acces everytime. I do get the details in my listbox but don't know how to save them to access.
Any help?
ijared
I have this the response data and want to the response to 2016 acces everytime. I do get the details in my listbox but don't know how to save them to access.
Any help?
Code:
Private Sub Addtolist_Click()
Me.vol__my_worked_hrs.AddItem Me.MyText1
Me.vol__my_worked_hrs.AddItem Me.MyText2
End Sub
Comment