Hello,
I have a few text boxes filled with data from my data table. When I modify some of the data in the textbox I would like to store it into my data table (I know the record number of the record)
What is the best VBA way to do this?
I was hoping for something like this:
TblData.record(x).column(0) = forms("Test").textbox1.text (But this is the wrong syntax I think)
Thanks in advance.
I have a few text boxes filled with data from my data table. When I modify some of the data in the textbox I would like to store it into my data table (I know the record number of the record)
What is the best VBA way to do this?
I was hoping for something like this:
TblData.record(x).column(0) = forms("Test").textbox1.text (But this is the wrong syntax I think)
Thanks in advance.