Search results

  1. S

    Pull down menu for query

    Mark, I haven't written any code for it. It is basically a database where I want to store the sheet music I have. I haven't entered the actual data, but just some dummy data to see how it works. I have a field called "genre", where I label the genre of music a piece has. I use a combo box...
  2. S

    Pull down menu for query

    OK, I read your posts and tried to follow the directions. First, I had to create a separate form which only shows the combo box. I then placed below it to initiate the query. However, when I select the value and hit the "Run Query" button, it does a query for the entire field, rather than for...
  3. S

    Pull down menu for query

    Thank you for your swift reply! I will give it a shot and let you know if I can get it working! :)
  4. S

    Pull down menu for query

    Hi, everyone! I need some help, please. My problem is: I have several fields which are combo boxes and I want to be able to do a query to search for each choice. In other words, I have choices A, B, C, D, and E for a combo box. Rather than typing out each one, I want to have a query where a...
  5. S

    Pull down menu for query

    Is this Visual Basic? I have no idea about Visual Basic or exactly how to input the directions you have given me. I'm an intelligent person, but Access seems so difficult to use. Will you please clarify this for me? Thank you.
  6. S

    Pull down menu for query

    Hi, everyone! So far, your help has been great and has helped me move forward. My next problem is: I have several fields which are combo boxes and I want to be able to do a query to search for each choice. In other words, I have choices A, B, C, D, and E for a combo box. Rather than typing...
  7. S

    Search specific name in query

    Hi, everyone! I have been working on a database which catalogs titles, authors, etc. Now, I am wanting to design a query where you will be prompted with an empty dialog box, in order to type in the author's surname. Out of 2,500 records, this will pull only works by that author. Is there an...
  8. S

    Enable a field after an action

    Thank you so much for the tip. Worked perfectly! I really appreciate you taking the time to assist me.
  9. S

    Enable a field after an action

    Dear fellow users, I have a quick question. I am designing a form where I want a field enabled if a check box area is checked (yes). So, field 2 is disabled in the form automatically. If field 1 (the check box) is checked, then I would like field 2 to be enabled, activating a pull-down box...
Back
Top Bottom