kirstenlargent
Technical User
I have an Access database that uses forms with some simple visual basic code. I have some tips and warnings pop up by using the With Assistant.NewBalloon command.
The problem I am running into is that if someone has their Office Assistant turned off, the balloons are not showing up on their screen. How can I get these balloons to always show no matter what? I tried:
With Assistant
.Visible = True
End With
but it didn't work.
Thanks!
The problem I am running into is that if someone has their Office Assistant turned off, the balloons are not showing up on their screen. How can I get these balloons to always show no matter what? I tried:
With Assistant
.Visible = True
End With
but it didn't work.
Thanks!