G
Guest
I am using the On Current event to set the Form Caption:
Private Sub Form_Current()
Form.Caption = [Product Code]
End Sub
Can I change the font size/weight of the caption with additional code?
Private Sub Form_Current()
Form.Caption = [Product Code]
End Sub
Can I change the font size/weight of the caption with additional code?