Hello,
here is another question from a (total) beginner:
I have a table and i use as the datasource for a Subform that is arranged as (1.) column of editboxes and (2.) a column of comboboxes.
Each pair of those corresponds to one record in my little table.
Now i want to automatically update something when the combobox is used, but i need the entry of the corresponding edit for that.
How can I get that entry ?
Is there a way to do that by addressing the editbox or should one better use the table itself ? But how can i use the table itself ? ... i do not have an index of the edited combobox or s.th..
I am using VBA to try that, but maybe one can define a link between the controls in the access-properties or something ?
Thanks for reading so far and a nice week everybody. I'd appreciate any help.
Greetings,
...