I am using 'vbHourglass' to set the cursor to an
hourglass during the data retrieval.
It doesn't work.
I am using the statement -

Screen.mousepointer = vbHourglass

at the start of the Form_Load, and then set it back
to vbArrow at the end of the procedure.

Has anybody seen this type of problem ?

Thanks