G
Guest
I am attempting to do a mouse move to show another form with a definition in
it. When I use the following the form opens and so on but it begins to
flicker badly as if it was caught in a loop. When I go off the label, the
form goes away as expected. What is wrong (and I sense there is) with the
following:
Me.lblProvision1.Caption = "Provision 1"
DoCmd.OpenForm "frmProvisionDefinition"
Forms!frmProvisionDefinition!lblProvisionDefinition.Caption =
"Provision 1"
Forms!frmProvisionDefinition!txtProvisionDefinition.SetFocus
Forms!frmProvisionDefinition!txtProvisionDefinition.Text = "Vouchers
will be input within " & _
If anyone can assist, thanks in advance. I did not put all the text in as
it is rather long.
*** John
it. When I use the following the form opens and so on but it begins to
flicker badly as if it was caught in a loop. When I go off the label, the
form goes away as expected. What is wrong (and I sense there is) with the
following:
Me.lblProvision1.Caption = "Provision 1"
DoCmd.OpenForm "frmProvisionDefinition"
Forms!frmProvisionDefinition!lblProvisionDefinition.Caption =
"Provision 1"
Forms!frmProvisionDefinition!txtProvisionDefinition.SetFocus
Forms!frmProvisionDefinition!txtProvisionDefinition.Text = "Vouchers
will be input within " & _
If anyone can assist, thanks in advance. I did not put all the text in as
it is rather long.
*** John