Recent content by Misanthrope

  1. M

    How do I create a search form?!

    create a query with the criteria... [forms]![formname]![nameoffield] Then create a form that returns the records for this query. finally insert the new form as a subform in your desired form. you will need to requery the subform every time you enter a new value using "Me![subformname]![name...
  2. M

    Searching A LIST BOX???

    I have a form with a list box that has all of my needed data. I have a command button on the form with the intent of searching the list box. When I click the FIND/REPLACE box appears. I enter the data I wish to locate in the list box and hit find. I get a message saying that my list box is...
  3. M

    Small App If Anyone is Interested...

    I would also be interested. Please email in A2k format. Thank You Very Much!!
  4. M

    HELP!!!!PLEASE!!!

    What I want to do is: Enter data in a text box and have all data in a record(s) matching the text returned in a list box. Can I do this?
  5. M

    FORM SEARCHING

    I would like to use data entered in a text box in a form to search for the same data in a record on a table, and have that data returned. Please help Im new to access!
Back
Top Bottom