Results 1 to 2 of 2

Thread: Come here.....

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 1999
    Location
    J-ville, NC
    Posts
    54

    Question

    I have 3 textboxes linked to a database....you know evertime you load the form each textbox has each entry from whatever field it's linked to......how can I have those textboxes cleared every time I load the form???
    David Underwood
    Cannabatech Corporation

    ICQ - 14028049
    E-mail - [email protected]

    AIM - DK4ever23[/b]


  2. #2
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343
    Hi!

    Sub Form_Load()
    Text1.Text = ""
    Text2.Text = ""
    Text3.Text = ""
    End Sub
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

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