G
Guest
I've got a form with a dropdown that a user can choose a date from. From this
VBA code runs through to get data for a pivot table I've built into a sub
form on this form. Problem is that to get the data for the sub form, I need
to open another form where I place the pivot table data and the screen then
changes to that form before moving back to my main form. I've tried
docmd.echo false
It doesn't work. Is there another way to stop the screen from moving from
the mainform, to the pivottable form being opened, closed, and then back to
mainform?
Hope this makes sense
VBA code runs through to get data for a pivot table I've built into a sub
form on this form. Problem is that to get the data for the sub form, I need
to open another form where I place the pivot table data and the screen then
changes to that form before moving back to my main form. I've tried
docmd.echo false
It doesn't work. Is there another way to stop the screen from moving from
the mainform, to the pivottable form being opened, closed, and then back to
mainform?
Hope this makes sense