Search results

  1. W

    How to Hide Fields when a field is cleared while typing

    I prefer it this way for now unless you think it is better the other way. I am not sure why would this be confusing? As I am building the database, I test it with workers with minimal computer knowledge and so far I was told it is pretty straightforward.
  2. W

    How to Hide Fields when a field is cleared while typing

    No actually it returns all the records that the list box searches when the field is blanks. And it looks through medical records, this is why I prefer it not showing all the list. I made a search box before that can search for exact record but then I preferred doing it with filter list box so...
  3. W

    How to Hide Fields when a field is cleared while typing

    Because I do not want the whole list to show at the same time. That worked, thank you so much.
  4. W

    How to Hide Fields when a field is cleared while typing

    Sorry when I made the edit, I was not in front of the compute by then. What I meant all the code was onchange event but it did not work.
  5. W

    How to Hide Fields when a field is cleared while typing

    I am working on a database. I created a list box (ListBox) that filters record for a form. This list box is controlled by another field (SearchBox) where I type search string. The ListBox visibility is hidden when the form loads. It only becomes visible when the user starts to type in the...
Back
Top Bottom