Recent content by alderei

  1. A

    Dependent Combo Boxes

    Don't know if you've solved everything, but I had a similar problem that required a "requery" command in VBA. Until the Requery was set, the cascading cbo's didn't work correctly.
  2. A

    Feeding SubForms w/Combo Boxes?

    BREAKTHROUGH!!! Okay, I got it to work by inserting a subform, applying the appropriate SELECT Query to the record source and then adding a "Requery" line to the appropriate combo box in the code. Now it works just as I hoped...which of course means I'll have a host of other problems refining...
  3. A

    Feeding SubForms w/Combo Boxes?

    I'm bumping this up and including a small example database to work with. All tables and forms necessary are included, except for the subform for mutual fund names and tickers, as I can't figure out how to get that to load. Whenever I attempt to work it out, I just get a "#Name?" error. Thanks...
  4. A

    Feeding SubForms w/Combo Boxes?

    Okay, this is difficult to explain. I'm a self taught user, and I'm having difficulty with a problem on a form. I have a database of 401(k) information. Officers have plans, plans have mutual funds, mutual funds have returns data. All of it gets reported in various ways. I want to create a...
Back
Top Bottom