Search results

  1. E

    Cascading, Adding New

    Hi all, Thank you very much for your help so far. I know that cascading is a common topic here and I've been searching for the answer but couldn't quite locate anything. I have a two menu cascading system set up with a Category and SubCategory (dependant). I'm trying to set up a way to add...
  2. E

    Changing Rowsource in a combo box depending on the text in another

    Hi Wayne, Thanks for your advice so far. I tried adding the Me. and it worked. However I think I've found out why the data disappears every time I exit the program. I previously had it linked to a query. Now I have adjusted it to link directly to a table, and that works at keeping the data...
  3. E

    Changing Rowsource in a combo box depending on the text in another

    Hi Wayne, Thank you for the information. I'm not very good at Access Programming. What exactly is a Me.SubCategory.Requery and how do you add it? I'm also not quite sure how to tell if it is bound to anything. I'm making all of this up between my QBASIC programming knowledge and the help...
  4. E

    Changing Rowsource in a combo box depending on the text in another

    Hi all, I am trying to have the rowsource change on a "subcategory" combo box depending on what the "category" combo box says. I added an event procedure to the "Category" combo box which changes the Row Source in the subcategory combo box to something else. I'm not sure that I did this right...
Back
Top Bottom