Goal:
Display updated subform after a query is performed
Situation
main form with button and subform on it
- when button pressed query by form executed and subform based on results form the query should show up
there's a line of code i've been using for this:
me.subform.requery
technically, it should update and output the correct stuff right??
Current Result
Currently, i'm getting the old results there and nothing is happeneding.
However: (when i close the form and open it back up) or (switch to design view and switch back to form view) it displays the right data. which leads me to think that it's not refreshing properly
can anyone help???
Thanks so much for any pointers!
Display updated subform after a query is performed
Situation
main form with button and subform on it
- when button pressed query by form executed and subform based on results form the query should show up
there's a line of code i've been using for this:
me.subform.requery
technically, it should update and output the correct stuff right??
Current Result
Currently, i'm getting the old results there and nothing is happeneding.
However: (when i close the form and open it back up) or (switch to design view and switch back to form view) it displays the right data. which leads me to think that it's not refreshing properly
can anyone help???
Thanks so much for any pointers!