Search results

  1. Mylton

    Doubts with access security

    I agree I even managed to make a "kind" of model, where an ID of 1 would open a specific menu screen. my difficulty is that everyone who had that ID., with that menu, would only open that menu. but I don't know if this is correct and how to improve. As for protection... Do you think it's valid...
  2. Mylton

    Doubts with access security

    thanks. I really feel lost. but 1. the idea would prevent copies and use after evaluation time. 2. to control who does what in the app. 3. Your switchboard example is trying to integrate a login and open a menu according to the employee's department. I would say that I am advancing at a slow...
  3. Mylton

    Doubts with access security

    Thanks. I'll read.
  4. Mylton

    Doubts with access security

    Ok Thanks. Happy New year
  5. Mylton

    Doubts with access security

    Gois = good thanks
  6. Mylton

    Doubts with access security

    Góis morning These doubts became more evident to me from the need to learn, to look for literature and/or “more basic” examples. These doubts became more evident to me from the need to learn, to look for literature and/or “more basic” examples. Essas dúvidas ficaram mais evidentes para mim...
  7. Mylton

    Replacement Switchboard

    good evening There are facts that I can't understand why. I believe that this is not the subject to clear my doubts. I'll open a topic referencing this one, and there, I try to learn more. Thank you and an excellent 2023, full of work, peace and happiness.
  8. Mylton

    Replacement Switchboard

    good evening I don't know if this would be the right channel. I'm not sorry I have a doubt. from the observation it seems to me that it works based on users. how would you do for a group, a function, composed of x forms, only those people see only the group they belong to?
  9. Mylton

    Error querying Empty List Box

    It worked. Thank you for your help. Happy Holidays. Hugs.
  10. Mylton

    Error querying Empty List Box

    Where x is the zero-based column containing the form name. It has to be the exact form name, not what you currently have in that table what did you mean by that? I added the Name_Form field to the table. in the click event I placed DoCmd.OpenForm Me.ListSelectOption.Column(3) Where 3 would be...
  11. Mylton

    Error querying Empty List Box

    I resolved this issue. Now I go to the opening of the from
  12. Mylton

    Error querying Empty List Box

    The ripple effect worked. However, the title appears in the second list box. How do I remove this title?
  13. Mylton

    Error querying Empty List Box

    I want to create a menu. Where the first list box provides the options and the second one allows you to open the form within that option. So maybe I can create a way to create a user group. At least that's my thinking. hahahaha
  14. Mylton

    Error querying Empty List Box

    deleted But the options that belong to the chosen option do not appear in the second list box. Where did I go wrong?
  15. Mylton

    Error querying Empty List Box

    I redid the box and the error remains. Attached version 02. thanks
  16. Mylton

    Error querying Empty List Box

    Good afternoon I have 01 table called Tbl_Cadastro_Menu With Id_Cadastro_Menu (automatic key) Menu_Grupo (short text) Menu_Grupo (short text) Menu_Descricao (short text) In the form I put two list Boxes 1) ListOptions 2) ListSelectOption in the form in 01 ListBox as source Menu_Group in...
  17. Mylton

    Tab Controls

    Yes. Thanks for the tip.
  18. Mylton

    Tab Controls

    Good Morning In the form we have tab controls, is there any way for the tabs to stay vertically and not horizontally (on top)? If not, what is the suggestion to replicate this? Without being form navigation. Thanks
  19. Mylton

    Unlinked Forms - Unbound Forms

    good evening. I am flattered by your help. I have no words to thank. I will read, read and learn. thank you so much. I wish you and everyone a great week.
  20. Mylton

    Unlinked Forms - Unbound Forms

    Thanks for explication.
Back
Top Bottom