I'm making a program with a database connection. In my code I'm using

Screen.MousePointer = vbHourglass

When I run it in design mode it works perfectly,
you see the hourglass and it stops when the next form is loaded with the data from the database.
But when I make an .exe and I run that the hourglass doesn't appears when it should.

Does anyone knows how I can fix this

Thanx in @vance