Search results

  1. A

    Cascading Combo Boxes in a subform trying to populate a many to many relationship????

    So, while I like the idea Mihail, that doesn't seem to be working. Could be that I don't know how to use the Forms!Subforms!cboName pathing properly because I am having trouble mapping the data anytime I use Access 2010's new navigation form as the basis of my work. So, if it means anything...
  2. A

    Cascading Combo Boxes in a subform trying to populate a many to many relationship????

    So far no dice, but am eager to get this solved. Will work with anyone that has an idea :) Thanks guys
  3. A

    Cascading Combo Boxes in a subform trying to populate a many to many relationship????

    I created 3 distinct combo boxes, so the number of columns is two in each. As far as field widths, 48 for the state, country and city is 60 iirc. Your question brings a few things to mind that I will try. I could pull all the data at once in 4 fields, ID, country, state, and City and hide the...
  4. A

    Return To Previous Current Record After Requery

    Out of curiosity, I use the bookmark code in my database and it works well, but I was hoping to have multiple bookmarks. Two really, one for my main form and a second on another form, but they override each other. I tried to create multiple variables to store the bookmark, but didn't know enough...
  5. A

    Access Form

    Quick comment is that each form, if I am correct and I am not an expert, but each form should be updating one table. You can use subforms to populate additional tables. Just wondering if that is why the first part of the forms are static.
  6. A

    Cascading Combo Boxes in a subform trying to populate a many to many relationship????

    I'm trying to setup some cascading combo boxes built around a single table that has a many to many relationship through a "junction" table. A session or Class offering may have many locations and a location can have many class offerings, so I have created a junction table. This part has been...
Back
Top Bottom