Is there a way to pass a variable into the text property of a Form? I tried this but it didn't work:
VB Code:
Phone Numbers for Case: '" & g_CaseNum & "'
Thanks!
Brenda
Printable View
Is there a way to pass a variable into the text property of a Form? I tried this but it didn't work:
VB Code:
Phone Numbers for Case: '" & g_CaseNum & "'
Thanks!
Brenda
Nevermind. I figured it out.
Me.Text = "Phone Numbers For Case # " & g_CaseNum & ""