Search results

  1. H

    Display selected record syntex

    I have a search form in which a user can search four different ways. RMA, NCT, DWG, and JOB. All are numbers so if a user types in 345 under DWG number and click search then access will search for all records that have that DWG number on it and display them on another form called Search Results...
  2. H

    Object Required

    Can anybody tell me what I am doing wrong? I have a search form that displays the results of a search. Well, in this form I have a combo box that I would like to list the...... however many records there are..... by a specific NDW number and then when an option is selected to display the...
  3. H

    An easy combo box question

    Does anybody know how to add records to a combo box, then have Access display the information when an option is selected? A sample code would be great!! Thanks a million!! :D
  4. H

    Syntex code in a combo box

    I omitted the .value and changed the rowsource to value list. It still isn't doing what I had hoped it would do. However, I think that there should be another statement following the one that is listed instructing Access to LIST or ADD the records in the combo box using the ndw#. (I have...
  5. H

    Syntex code in a combo box

    Hi y'all! I have a form that a user can search for records four different ways. I have another form that displays the results called Results (Clever, I know :D ). I want the combo box on the results form to list the records that match the criteria given by the user. I also want to be able to...
Back
Top Bottom