Since the textboxes have a control source of the combobox, any changes to the textboxes will not be reflected in the table. This is because the textboxes do not have a control source of the fields in table.
Just so I have a better picture of things, can you provide me with the tables and fields that are involved? I know of the store table, which has store name and region number as fields; can you provide the other table and its fields? It will just be easier to refer to and will give me more information about your table structure.
To summarize, if the textboxes have the combobox as the control source, then you won't be able to update the textboxes; that data is viewable only. If you want to update that information, you will need to create an additional form. One option is to allow the user to double-click the textboxes, which will bring up a form to edit the store information.