|
I'm fairly new myself, so don't read too far into what I'm saying... But, I'm guessing you have a table for all of your values, and then the form for data input, and then the report to display some info? If that's right, then all you have to do bring up the properties for your form (right click in that grey square in the upper left corner of your form, go to data, then control source and select your table. Then go to your properties for your text box (right click on the text box) and go to data, then control source and then select which value you want the text box to be linked to. So now whatever you type into that text box will be saved as that value in that table, and any other text boxes that are set up with that same value as the control source, will also display that same value. I hope that made sense, and if it did I hope it's what you were looking for.
|