Setting the Caption property in VBA

H

Hungry

Hi.
I want to set the Caption property in VBA for an Access control.
This is part of my code. I want MemberID in Bold via code in Access.
If MembershipStatus = "Active" Then
lblCurrentMsg.Visible = True
MemberID.ForeColor = RGB(255, 0, 255)

Thanks In Advance
 
Top