B
Bill_Green via AccessMonster.com
Hello, I have a form that gathers information from several different sources,
with the end result being calculated in a series of 36 text boxes (1 each for
36 months). We make choices via option buttons that effect this final
calculation (if it matters there are several dozen other text boxes that pull
data from queries), then we'd like to save the result of these calculations
to a table, then go to the next item (there are 65 items) and save that one,
and so on. I have a button on the form that the user would click to send it
to the table, but it is obviously not doing anything at the moment. I am
somewhat familiar with VBA, which I assume would be the best way to make this
work, but am struggling some with this. Any help would be appreciated, and
thank you in advance.
with the end result being calculated in a series of 36 text boxes (1 each for
36 months). We make choices via option buttons that effect this final
calculation (if it matters there are several dozen other text boxes that pull
data from queries), then we'd like to save the result of these calculations
to a table, then go to the next item (there are 65 items) and save that one,
and so on. I have a button on the form that the user would click to send it
to the table, but it is obviously not doing anything at the moment. I am
somewhat familiar with VBA, which I assume would be the best way to make this
work, but am struggling some with this. Any help would be appreciated, and
thank you in advance.