Results 1 to 2 of 2

Thread: Form Load Text?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Location
    Utah, USA
    Posts
    353

    Form Load Text?

    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:
    1. Phone Numbers for Case: '" & g_CaseNum & "'

    Thanks!

    Brenda

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Location
    Utah, USA
    Posts
    353
    Nevermind. I figured it out.

    Me.Text = "Phone Numbers For Case # " & g_CaseNum & ""

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width