Search results

  1. R

    3 tier combo - based on a sample database

    Hello! I'm still working on this supplier database for my boss and the supplier filter section is still causing me problems. Let me set the scene for you.... I have a form with 3 combo boxes on it. These are cboProg, cboPPS & cboSupplier. I need to get the combo's working so that when you...
  2. R

    Combo box controlled query ?

    Ok, so this is the code for the form with all the combo boxes on it. Can someone take a look and sanity check it for me please. I know its messy and I've broken some golden rules! ----------------------------------------------------------------------- Private Sub Command9_Click() Me.Filter = ""...
  3. R

    Combo box controlled query ?

    Even better! Thanks!
  4. R

    Combo box controlled query ?

    Scratch that last post! I've cracked that one myself. I've written a macro that closes and then re-opens the form. That seems to clear the filters beautifully.
  5. R

    Combo box controlled query ?

    Cheers mate! :cool: I think I've got that sorted now. Any idea how i could clear the filtering from the form/list? I'm thinking of a little button somewhere on the form that will reset all the combo boxes to display all the records. Thanks again!
  6. R

    Combo box controlled query ?

    I think I understand what your saying but I do have 1 quick question though. I understand how to create a query now using the builder. The control side of things is a bit strange to me though. I have 3 combo boxes in the header of my new form. These are Programme, Primary Product/Service &...
  7. R

    Combo box controlled query ?

    Smart probably has described it pretty well. Pretty well for people that actually have any idea what he is talking about. Remember, I'm a complete Access noob. I can just about muddle through creating tables and forms but when people start talking about creating queries to do all these wonderful...
  8. R

    Combo box controlled query ?

    I'm trying to do the exact same thing but with multiple combo boxes. I've tried to use the method above but it just does not make sense. Could somebody translate it into noob for me please! Thanks!
  9. R

    Combo box lists everything

    I've done that and I've got my list. Thanks! But now the subform is not filtering by the selection i make. I choose AAA and nothing happens! :(
  10. R

    Combo box lists everything

    The totals query please Ken. I'm guessing you set the row source from the properties box. Thanks!
  11. R

    Combo box lists everything

    Could you explain that please. I'm a complete access noob!
  12. R

    Combo box lists everything

    Ok! So I've binned the pivot table and gone for a continuos form option that allows the double click event that I'm after. A new problem has appeared. On my main form I have 3 combo boxes (programme, product & company). When I click on any of the combo boxes i get a list of everything in the...
  13. R

    Pivot table subform giving me grief

    Thanks Rich! Only problem with that is..... It works in form view but not in pivot table view. I'm using a pivot table view because i like the way it allows you to filter the lists. I'm open to other ways of doing this though if anyone can think of any. I'll try to explain myself a bit...
  14. R

    Pivot table subform giving me grief

    Bump! - Any ideas folks? The boss is on my back now!
  15. R

    Pivot table subform giving me grief

    Help me! I'm creating a supplier database at the moment. I have a pivot table that allows users to filter the list of suppliers by programme, primary product & company name. I'd like to make it so that double clicking on a company name opens that suppliers details in a new form (which I have...
Back
Top Bottom