by MYLE
16. July 2010 00:09
Here some code I found that will let you change the status bar in MSaccess
Function StatusBar(Message)
Dim RetVal As Variant
RetVal = SysCmd(4, Message)
End Function
Call StatusBar("Hello There")
Microsoft SysCmd
6481a87d-0c9d-489d-95d5-94ed136c4eaf|0|.0