Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. relax4delicutfew

    Combo boxes as searching tools

    I am developing a database where I need to search through the data based on different critera. I am using combo boxes to do this, however I have run into a problem. Right now I have two combo boxes, and I want to be able to use each independently as well as a joint search. I get in error due to...
  2. relax4delicutfew

    Query search using combo boxes

    I am developing a database where I need to search through the data based on different critera. I am using combo boxes to do this, however I have run into a problem. I can the first combo box to search correctly, however when successive combo boxes are added they wont search correctly. Right now...
  3. relax4delicutfew

    DLookup Question

    I am using DLookup to search for a value called CaseID from a query, qrycombo1, but I get an expected = compile error. DLookup("CaseID","[qrycombo1]", "RouteNumber = '" & Me!cboRoute.Value & "'") Could anyone point me in the right direction? Thanks Craig
  4. relax4delicutfew

    Using multiple combo boxes to search

    I have a form which currently has 2 combo boxes, and I use them to sort data from a query I created. My goal is to be able to use the boxes to search independent of one another and in conjunction with one other. I have attached my code. Any help would be greatly appreciated. Option Compare...
  5. relax4delicutfew

    Getting a list box to display results from a combo box

    If Ive got a combo box named, cboRoute, and it has certain values. How do I get the list box, lstCrashes, to display the query results from a query called, qryCombo1, when a value in the combo box gets selected? Thanks!
  6. relax4delicutfew

    independent combo boxes

    The problem I have is that I currently have two combo boxes that produce results to a list box, however both need to be used inorder for the results to show. I need to add more boxes, but be able to get data without having to select every box. Any help would be greatly appreciated. Private...
  7. relax4delicutfew

    Combo box results populating a list box

    The problem I have is that I currently have two combo boxes that produce results to a list box, however both need to be used inorder for the results to show. I need to add more boxes, but be able to get data without having to select every box. Any help would be greatly appreciated. Private...
  8. relax4delicutfew

    Combo boxes displaying into a list box

    I've created a form where I need to use combo boxes to sort the data from a query. I currently have two combo boxes that work and display the correct data, however both boxes have to be used in order to display the search. I want to be able to have the list box show the results after the first...

Part and Inventory Search

Back
Top