Recent content by Spoony

  1. S

    Questions from women that put a shudder down mens spines

    "Have u ever thought of using Viagra?"
  2. S

    Filling in TextBoxes

    OK i solved the problem using Dlookup() after searching through the forum. Thx all who helped.
  3. S

    Filling in TextBoxes

    I have a table with names of people and the cars they own. I made a form with a combobox which everytime i choose the name of the person in my combobox, it will list the cars they owned. That works fine. Problem i have is that i have to show how many cars they own. So i made a query to count the...
  4. S

    Combo Boxes to Filter n Show Tables

    I made several forms and used the similar queries and they work. Its only the main form im trying to use it on doesn't work. There is something on the main form that is preventing this feature but i dono wat it is. I can't post the database, its over 500 mb and im not allowed to distribute the...
  5. S

    Combo Boxes to Filter n Show Tables

    I can't seem to get the event to work, dono why. I have done exactly the same procedure but its not working :mad: I made a query similar to qryGroupofAge and qryName. Put in the event procedure code in Afterupdate, used the same names etc, but when i click on my combo box nothing happens...
  6. S

    Combo Boxes to Filter n Show Tables

    ok thx, I think this is wat i need. Trying to figure out how to put in my table now.
  7. S

    Combo Boxes to Filter n Show Tables

    maybe i didn't explain clearly but i think its a common n simple process which im just not familiar. I just want to open a table based on wat i select in the combo box. :( eg. *Table: Age Name 12 John 13 Micheal 12 Steve 11 Bob *Combo Box entries (Age): 11 12 13 If...
  8. S

    Combo Boxes to Filter n Show Tables

    Im kinda new to Access and only been using the "Access 2003 for Dummies" for learning and making small databases. So far I can find out how to do the things I want, but recently got stuck with a combo box feature. What im trying to do is select entries in my combo box so that it will filter the...
Back
Top Bottom