I am trying to find a way to get a single text box to write to multiple fields within a table. The reason I want to do this is for graphing purposes (with an outside source) and to not over crowd/complicate a form for the operators who will be using it.
If this is not possible is there a way to make a report that pulls from different queries?
Software/Hardware used:
MS Access 2007, SQL
ASKED:
February 3, 2012 2:20 PM
UPDATED:
February 28, 2012 8:33 AM
I think to actually get a single text box to update to several different fields, you would have to write some code in VBA. If you are not comfortable with this, maybe the simpler solution to to set up a query that pulls from several different queries and use that overall query as the basis for your report.
Yes I needed a code to accomplish this. I just did not know how to set it up as I am learning this stuff as I go. I eventually was given a code to manually what I want to be saved where.