Search results

  1. U

    Popup Subform linked to MainForm

    I'm looking for the same result (but with a popup subform) as the 1on1 AND as a macro, not vba. Does anyone know how to do this? Thanks.
  2. U

    Access2010 making _1 tables in relationship chart?

    I don't think it is that, because I could just delete the relationships, but they still keep coming back.
  3. U

    Saving deleted records to another (database)

    Inactive column is the best choice...Deletion is evil.
  4. U

    Access2010 making _1 tables in relationship chart?

    Do any of you know why Access (2010 here) is making duplicate tables then renaming them _1 in the relationship chart? These tables don't show in the table list. Thank you.
  5. U

    Pros-Cons of Unicode Compression in tables

    What are the pros and cons of unicode compression in tables for access 2007 and later? Thankx
  6. U

    Making a global module

    Wow, inputting that little code caused an error if I closed a form (then select do not save), but when I ented it as =BFCancel([Form]), closing the form and not saving did not create an error!. Anyway, this solved my problem. Thank you so much!
  7. U

    Making a global module

    I wouldn't be able to put "=FunctionName([ConfirmChanges])" in the BeforeUpdate box? I would have to go into the VBA editing screen and put that code above?
  8. U

    Making a global module

    I have a very simple code that I got from Microsoft to Confirm record changes. Now, on each of my forms, I have to put that code into the before update. Can I not just make 1 module and refer to the module in each before update? There has to be an easier way. I at least got to the create...
Back
Top Bottom