Recent content by esandoval

  1. E

    Enable/Disable controls by access level

    Thanks Galaxiom, I will go with the tag solution, as you mention, is simple and fast. Thank you very much.
  2. E

    Enable/Disable controls by access level

    Hi, I'm working with an application for the marketing department, this application has different forms with many controls (Combo box, list box, buttons, text box, etc.). On each screen some users can have access to all controls while other users can have access to some controls depending of...
  3. E

    Get Current User Group in VBA

    Hi, I don't know if you found the solution to your question but I had the same problem and I wrote this code based on an example inside Access help section. It's a little bit long for the result but provide the result that I want. The code look for each user and verify to what group a particular...
  4. E

    Advanced VBA Programing

    Many thanks for your reply. I've some Access books like Using Access 2002, Mastering MS Office Access 2003, Access 97 VBA and Access Database Design and Programming. (The company where I work use Office 2002) If you open the object browser from the VBA editor you'll see a lot of Classes with...
  5. E

    Advanced VBA Programing

    Hi, I have a sub form with a pivot chart, the record source is pointing to a query. I did some programming to set the Maximum/Minimum scale but it was hard to find out hot to do it. Now I want to specify the values to be used in the pivot chart but the examples are too complicated for my...
Back
Top Bottom