Recent content by wendywu

  1. W

    How to display the value of Textbox at the same time

    My program still doesn't change the SearchText
  2. W

    How to display the value of Textbox at the same time

    I ran the same program today, and today's result is still that there is no change in SearText when I enter a value in SearchBox
  3. W

    How to display the value of Textbox at the same time

    After I removed this line of code, Me.ListResults.Requery this is the code now: Private Sub SearchBox_Change() Me.SearchText = Me.SearchBox.Text End Sub It does change SearchText textbox. Thank you!
  4. W

    How to display the value of Textbox at the same time

    What I mean is that when entering a value in SearchBox, it is not displayed in SearchText at the same time.
  5. W

    How to display the value of Textbox at the same time

    I want the SearchText to display the value of the SearchBox while typing in the SearchBox and write as follows: Private Sub SearchBox_Change() Me.SearchText = Me.SearchBox.Text Me.ListResults.Requery End Sub But it doesn't work , what's wrong?
  6. W

    Short Introduction

    Hello I am Wendy bigginer in Access live in Taiwan
Back
Top Bottom