Results 1 to 3 of 3

Thread: Is there anyway to blank a text box on a form

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Location
    England
    Posts
    198

    Lightbulb Is there anyway to blank a text box on a form

    Is there anyway to blank a text box on a form, so it will not add that textboxs data to a table? Thank you.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Location
    England
    Posts
    198

    Re: Is there anyway to blank a text box on a form

    ok fix it, however the userID box which has the source Dlookup is adding the userID to the table as 0 instead of the value which it finds, how do i change it so the value which it finds it adds to my table?

  3. #3
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    Re: Is there anyway to blank a text box on a form

    try this...Text1.Text = "" or set its default property at design time to "" to make it blank...
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


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