Search results

  1. N

    Two Connecting combo boxes via VBA

    would u plz make changes needed in the form and tables and attach the db back to me? I don know how to include the catID to the 1st combo I am a very begginer will be full of thanks :)
  2. N

    Two Connecting combo boxes via VBA

    p.s: the second combo is empty! (cboProducts)
  3. N

    Two Connecting combo boxes via VBA

    yes! here's the attached DB please take a look at relations and VBA code for cboCategories
  4. N

    Two Connecting combo boxes via VBA

    hey! I followed the instructions! but it didn't work is there any special tip or smth else I should do before using the VBA codes? my tables are: tblStudent : sID(key),sName,sAvg tblCourse: cID(key),cName,type,unit tblchoose: ID(key),sID(forein key),cID(foreign key) in the form I have two...
  5. N

    Two Connecting combo boxes via VBA

    hum! this is what I meant by "didnt work"! I leave my database and follow this page instructions : h*ttp://msdn.microsoft.com/en-us/library/office/bb404901(v=office.12).aspx but the cboProducts didnt show the filtered values! and the two comboes didnt connect at all! is there any other tip I...
  6. N

    Synchronizing Combo Boxes on Forms in Access 2007

    hey all I followed this tutorial step by step! h*t*t*p://msdn.microsoft.com/en-us/library/office/bb404901(v=office.12).aspx but it didn't work! anyone could help me? thnx in advance
  7. N

    Synchronizing Combo Boxes on Forms in Access 2007

    would u please tell me how did u solve ur problem? I have such tables and form as u! but the same code doesn't work at all! the second combo doesn't show any item :(
  8. N

    Two Connecting combo boxes via VBA

    Hi I have two combo boxes in a single form, they are connected to different tables, I wand one of them change it's fields when I choose any special field in the other combo, as a matter of fact I want them to be dynamic. for example if I choose field #1 in combo #1 (from table #1), fields #1...
Back
Top Bottom