Search results

  1. H

    Subform not saving automatically

    Hi RuralGuy, Sorry you didn't lose me, it's just that I can't change it to the button that comes with the macro because i need to put in the after update and not in list code events (copied in my first post). The combo box needs to not only find records but add in new records on the Same form...
  2. H

    Subform not saving automatically

    Thanks RuralGuy for offering your assistance at this holiday time!! I have removed pretty much all the tables/forms/reports except for "Form3", which contains the subform, and the table "Cases", which is where the data in the subform should be going. There's a few others that are not...
  3. H

    Subform not saving automatically

    Is there something I'm missing with subforms, besides parent/child links? I learned Access as of 2 months ago...
  4. H

    Subform not saving automatically

    I just created a simple form with a main form and subform, the main form is able to look up the correct records in the subform with parent/child links, but again the subform data is not saving!
  5. H

    Subform not saving automatically

    btw, the main form is able to save data on it just fine
  6. H

    Subform not saving automatically

    Where do I put the debug.print? anywhere in the vba? The subform does not dirty because I am inputting data for 3 fields. Oddly enough, if I change the data entry to No, you can see the the record I've just inputted when pressing Next on the navigation buttons, but then once you close and...
  7. H

    Subform not saving automatically

    Thanks RuralGuy, yeah I did notice that and read that elsewhere, however, even after removing all the code from the unload, and exit events of the form and subform, including the subform control, it does not save it at all. Please Help!!
  8. H

    Subform not saving automatically

    Hello! I have been reading the many threads posted here and it has helped me resolve numerous problems in Access as a new user. Thank you very much! I have one problem with subforms. I have one bound main form and two bound subforms: one subform is used to display existing records in...
Back
Top Bottom