Hi
Can you refresh a datagrid found on a tab control object from another form?
I don't normally have any issues doing this on a form itself but it doesn't seem to like what i'm doing and I can only see the difference being that the data grid is on a tab control object. My current code is shown below which i never have any issues with normally. Do I have to reference the tab index that the datagrid is found?
Dim strFrm Set strFrm = Application.Forms("Personal:LOA Admin Form") strFrm.dgLOANotesHistory.Refresh
Any advice would be appreciated.
Thanks |