S Stuart McCall May 1, 2009 #2 JK said: I am trying to format a text box as a MMYYYY format. How and where do I do this? Click to expand... Either in the textbox's Format property (at design time), or via code: Me.TextboxName.Format = "MMYYYY"
JK said: I am trying to format a text box as a MMYYYY format. How and where do I do this? Click to expand... Either in the textbox's Format property (at design time), or via code: Me.TextboxName.Format = "MMYYYY"