Search results

  1. P

    filter form records

    thanks ... don't have time to work on it right now but i'll check it out in a bit and let you know how it goes ... finally someone offers help
  2. P

    Using a combo box to change records

    do you know if there is a way to modify that? what i'm trying to do is similar but my form only shows one record at a time ... i want to filter available records by casemanagers.casemanager via a combo box in the header
  3. P

    drop down menu

    welcome to my world ... been trying to get help since yesterday ... wish i could help you with the code ... i know what you need to do logically but i'm not real sure on the code ...
  4. P

    drop down menu

    do you have the list of available courts in a seperate table?
  5. P

    query filtering from form

    sounds a hell of a lot like what i'm trying to do http://www.access-programmers.co.uk/forums/showthread.php?t=107490 think you can give me a hand?
  6. P

    filter form records

    ok so far i've got my drop down based on the table that i wanted in my header ... i added a button with the following code Option Compare Database Private Sub Command76_Click() Me.Requery Me.Combo74.Requery End Sub Private Sub Command76_DblClick(Cancel As Integer) Me.Requery End Sub...
  7. P

    filter form records

    ok i gave it a shot but i'm lost ... here's a screen capture of my form basically i need two "search" features ... one that the user selects themselves from a drop down menu that will have the same choices as the drop down for case manager ... however i don't want to edit the current records...
  8. P

    i need help and advice plz

    i was thinking the same thing ... i would think if you're taking a test it's because you're taking a class for which a book was neccessary
  9. P

    filter form records

    going to try to modify this to my form ... never messed with VB so we'll see how it goes http://www.access-programmers.co.uk/forums/showthread.php?t=107282
  10. P

    filter form records

    setting up a database for my department at work and have a few questions a.) i need to set my form to have a search or filter based on user criteria 1.) users need to be able to select themselves from a drop down list that's based on a table in order to filter their cases from...
Back
Top Bottom