Recent content by Zul77

  1. Z

    Updating combobox in sub subform

    Yes you're right. I use the code in the Vb design view and not in the record source of the combobox. And guys, it works now... Thanks to SOS for your guide and ajetrumpet for the link :)
  2. Z

    Module not found problem

    Thanks guys..... I'm appreciate you help :)
  3. Z

    Updating combobox in sub subform

    Thanks for the link. I have study the link but I'm not really understand how to use it. Here is VB code that I put in the sub subform. Private Sub cboCategory_AfterUpdate() cboEvent = Null If Me.NewRecord Then Me.frmStudentEvent SubForm.Requery cboEvent.Requery cboEvent =...
  4. Z

    Updating combobox in sub subform

    Thanks for the link. I have study the link but I'm not really understand how to use it. Here is VB code that I put in the sub subform. Private Sub cboCategory_AfterUpdate() cboEvent = Null If Me.NewRecord Then Me.frmStudentEvent SubForm.Requery cboEvent.Requery cboEvent =...
  5. Z

    Module not found problem

    Thanks for your advice. Yes I have compact and repair the Db but the item still there.
  6. Z

    Updating combobox in sub subform

    Hi; I have a form which is a 3 levels of form... mainform, subform and sub subform. cboCategory will be populated based on two combobox namely cboGender and cboGrade. I did this succesfully without any problem. All of this combobox are in the subform. Now I have another combobox, cboEvent...
  7. Z

    Module not found problem

    Thanks for the replies. I have tried the option. However as you see in the pic attach, the option to remove the file is unavailabe. I haven't try Ruralguy option yet. The only solution that I have tried is creating a dummy form similar with that circled name. And it's work. Just want to...
  8. Z

    Module not found problem

    Hi; I'm new here. Now I'm running a Db project using access 2003. I've made a typo mistake in Vb and I got "Module not found" pop up everytime I open my form. I've found my problem but I don't know how to delete or remove the file that cause the problem. Please review my pic attach. Thanks...
Back
Top Bottom