In my MDIForm I've got this code below and it works fine...
public sub updbar()
sbStatusBar.Panels.Item(1).Text = "location (" & g_sys_location & " Year (" & g_sys_Year & " Season (" & g_sys_Season & ""
From any MDIchild forms, how can I reference the same code so that the status bar on the MDIForm reflects the change?
Thanks
tz
public sub updbar()
sbStatusBar.Panels.Item(1).Text = "location (" & g_sys_location & " Year (" & g_sys_Year & " Season (" & g_sys_Season & ""
From any MDIchild forms, how can I reference the same code so that the status bar on the MDIForm reflects the change?
Thanks
tz