Text Message in Mainform when you click in subform field (1 Viewer)

CraigDouglas

Registered User.
Local time
Today, 01:57
Joined
Sep 14, 2016
Messages
31
Please help. I have a form called frmPurchaseForm and in it is a subform called frmPurchaseDetailSubform. In the frmPurchaseForm I have a label called lblInfo and in the frmPurchaseDetailSubform I have a combo box called cboProduct. In cboProduct I am trying to put the right code in the On Got Focus event. When someone clicks in the cboProduct field I want a message to appear in the lblInfo saying double click to go to the product form. Any help would be appreciated. Craig
 

CraigDouglas

Registered User.
Local time
Today, 01:57
Joined
Sep 14, 2016
Messages
31
Me.Parent.lblInfo.Caption = "double click to go to the product form"
Is the label going to be wide enough?
Thank you so much, Gasman. It worked. I am very grateful. The box is big enough. Craig
 

Users who are viewing this thread

Top Bottom