Search results

  1. M

    Editing Field with Subform - STUCK!

    Hi There, I've attached my database here so u can see... I have a MAIN form which contains a Subform. That Subform contains another Subform within it. I want to enable two fields to be editable by the user on the Subform (REASON and ACTION). IDEA 1 - frm_Main -------------------- I...
  2. M

    Syntax for updating table in another database from current db.

    I'm having difficulties creating a sql statement which updates data in another Access database from a current database. I'm able to do an insert and delete statement just perfectly, but not an Update. :confused: For example, here is a dummy sample (which does not work): Update tbl_test1 IN...
  3. M

    "On" events not working??!

    Hi.. I'm terribly frustrated at this point and I hope someone can help shed some light on this.. I'm running into a very peculiar situation with using "OnChange" and other events (i.e. BeforeUpdate/AfterUpdate) for one of my forms. Not sure whether anyone has ran into this problem, but I had...
  4. M

    Exiting other Subs within a Sub

    Hi folks! I'm new to Access and VBA and just want to say that this site has TreMENdousLY aided in my understanding and coding development (cause I don't think I would've learned, gotten as far, and as quickly, as I have!) :D Now moving along.. I have a question with regards to being able to...
Back
Top Bottom