I feel like this should be really simple, but for some reason have not been able to figure out how to do this or where to look:
(Using Access 2003, attempting to code a form)
I have one table from where I will be pulling my information, and a set of columns I am interested in. I have a form in which I have 2 sets of textboxes, the first set is to be a "Label," or "Heading" (Not sure of the exact terminology in Access), which will be a column my table. The user will type in the column heading into this textbox. After typing the heading into the textbox, the user will click a "Update" button, which is supposed to save that string into the textbox.
Now, how do I code into the update button that will allow that string to be saved in to the textbox for future viewing? Also, once it is saved, what method will I utilize to get the saved string from the textbox? The form automatically saves into the instance of the form that string, and is shown in all the other records. When I close the form, it is cleared.
I will explain the second set of textboxes as well, though I have not attempted this yet: once the first textbox has a saved string value of the header in the table, the second set of textboxes will pull the information to it from the table I have. I think this part would not be as difficult once I figure out my first question, but any suggesions are appreciated.
Thanks for any help
(Using Access 2003, attempting to code a form)
I have one table from where I will be pulling my information, and a set of columns I am interested in. I have a form in which I have 2 sets of textboxes, the first set is to be a "Label," or "Heading" (Not sure of the exact terminology in Access), which will be a column my table. The user will type in the column heading into this textbox. After typing the heading into the textbox, the user will click a "Update" button, which is supposed to save that string into the textbox.
Now, how do I code into the update button that will allow that string to be saved in to the textbox for future viewing? Also, once it is saved, what method will I utilize to get the saved string from the textbox? The form automatically saves into the instance of the form that string, and is shown in all the other records. When I close the form, it is cleared.
I will explain the second set of textboxes as well, though I have not attempted this yet: once the first textbox has a saved string value of the header in the table, the second set of textboxes will pull the information to it from the table I have. I think this part would not be as difficult once I figure out my first question, but any suggesions are appreciated.
Thanks for any help
