Good Day,
I have 3 grids, and I’m trying to make it so that I can refresh one specific grid without refreshing the other two. The one that I want to refresh is in the sub sub form. I have searched and searched, and cant figure out a way to do this. I have found a couple of ways to refresh all of them, but not the subsubform one.
MainForm - Grid 1
- SubForm - Grid 2
- SubSubForm - Grid 3
It’s Grid 3 that I want to reload/refresh, without affecting the other two.
I’ve learned that you can’t just reload the form that the grid is in, as that doesn’t reload the columns inside the grid, just the form that it is in. If you use a macro to save something from outside the grid (such as textbox’s and such), it will not show up in the grid until the columns within the grid have been refreshed. I know that you can create a separate button to refresh, but I’d rather use the extra code to add it to the save button.
Thanks