I still am having trouble passing a value to a field in a table.
It's all one database in access. I have my form, tables etc. They filter to combo boxes. Than I sent the value to a text box like someone told me. That works fine. I now want the textbox to send to my field in the table.
I just need an example of how to send, from a textbox on a form, to a cell in a table. Let's make the textbox (mytextbox) and the cell in the table (mycell) and the table (mytable). I just want a basic example with that if possible. I can figure out the rest from there. I pretty much am asking how to make the source of my cell the textbox value. That's all I need to know. It might not even require vigorous programming in visual basic.
It's all one database in access. I have my form, tables etc. They filter to combo boxes. Than I sent the value to a text box like someone told me. That works fine. I now want the textbox to send to my field in the table.
I just need an example of how to send, from a textbox on a form, to a cell in a table. Let's make the textbox (mytextbox) and the cell in the table (mycell) and the table (mytable). I just want a basic example with that if possible. I can figure out the rest from there. I pretty much am asking how to make the source of my cell the textbox value. That's all I need to know. It might not even require vigorous programming in visual basic.
Comment