G
Guest
Hello,
I have a specific question/problem with VBA code. Currently, I have a form
that allows the user to select (using drop-down menus) what data they want to
display. After the user makes the selections, a button is clicked from the
form and another form appears displaying the data the user wants to see. The
user then edits the data and closes the 2nd form. In the background, I am
using VBA (using Public Sub) to pull the data from a master table into a
temporary table. The user then makes the changes to the data in the master
table and the form closes. The temp table is still there but without the
newly formatted data.
My question is, how do I update the temporary table once the 2nd form is
closed? All of my reporting is done once the user selects the data to
display (the temporary table). I may need to use a public function or a
module but my knowledge of this is limited.
I hope I haven't been to ambiguous in the description of my scenario. Can
anyone help me?
Thanks!
I have a specific question/problem with VBA code. Currently, I have a form
that allows the user to select (using drop-down menus) what data they want to
display. After the user makes the selections, a button is clicked from the
form and another form appears displaying the data the user wants to see. The
user then edits the data and closes the 2nd form. In the background, I am
using VBA (using Public Sub) to pull the data from a master table into a
temporary table. The user then makes the changes to the data in the master
table and the form closes. The temp table is still there but without the
newly formatted data.
My question is, how do I update the temporary table once the 2nd form is
closed? All of my reporting is done once the user selects the data to
display (the temporary table). I may need to use a public function or a
module but my knowledge of this is limited.
I hope I haven't been to ambiguous in the description of my scenario. Can
anyone help me?
Thanks!