Recent content by ablaubla

  1. A

    Multiple form and nested Combobox

    Thanks Galaxiom, I found some other threads that helped me, I kept the names as they were and worked just fine!
  2. A

    Multiple form and nested Combobox

    hmmmm, I see what you mean. It is likely that one of my problems is caused by this! Will check it and come back. thx! So better every table to have a different name and different fields? or is it ok if the fields have the same name? I normally use different names and fields but as I saw that...
  3. A

    Multiple form and nested Combobox

    One more thing, all the solutions provided are quite hard to create you need to add VBA code, even more querries, and "cover" the output of the combobox... is this the easiest way? I mean it's quite simple and logic with single forms but access can't handle cascading? after all the wizard...
  4. A

    Multiple form and nested Combobox

    Hi, thanks a lot, I am using a german version at the office and I didn't know how they we're called in english and couldn't search it properly! I found some more threads will see if they can help me. As far as the names are concerned I didn't choose them Access did as it uses the wizard by...
  5. A

    Cascading Comboboxes in a Subform

    Hi cowlers, I just checked out the sample you've sent. It is good for passing new data but the editing of the options is not really working... at least at this small sample. If you make a new entry lets say with Combo1ID = CB01B and then try to edit a previous entry with Combo1ID = CB01A you...
  6. A

    Multiple form and nested Combobox

    Hi all, I would really appreciate help as far as the nested comboboxes are concerned. I can create a single form/subform/line with nested comboboxes, but I don't seem to get the way of how to do this in a multiple form/subform where I enter data... Do I have to open a new form for every single...
Back
Top Bottom