Search results

  1. alvingenius

    Solved Button icons align in Nav. form tabs

    Hello i'm creating a Navigation form with Vertical Tab Left and in button caption and icon it's automatically centered align and the form with 5 or 6 buttons wont look nicely i want to make icons and captions in specific locations in every button like all icons in the left aligned in column...
  2. alvingenius

    Question Building Security system for Access Database

    after revising your db attached in this post that's a great one and very similar to what i'm asking but serials is already on the table and u can easily run the app out of work without asking for license again if i have the last license My Idea that i wanna convert to a working code is A...
  3. alvingenius

    Solved VBA code to Disable multiple selection of commands

    i'm trying it first then i'll apply it based on user thats right thanks
  4. alvingenius

    Question Building Security system for Access Database

    Thanks guys for your response i hoped that i get activation or registration system with validation ways u offered validation only is not enough because maybe the user changes his pc to a laptop or maybe he changed his HD or MB with validation it must be activation process with generating...
  5. alvingenius

    Solved VBA code to Disable multiple selection of commands

    Thank you and i've already did that understanding the code and i've posted already the trick that i'm stucking at Thanks again
  6. alvingenius

    Solved VBA code to Disable multiple selection of commands

    I've done a trick to Select all Controls and Tag em with : 0 then the group of controls i want to : A then it disabled only A and left all controls with other tags
  7. alvingenius

    Solved VBA code to Disable multiple selection of commands

    i did that i've set Tag B to group of checkboxs and used the syntax in disable button and it disabled all buttons and checkboxes while i mentioned only B tag all buttons and every control don't have a tag on form disabled how to only limit action to only tag i've mentioned !?
  8. alvingenius

    Solved VBA code to Disable multiple selection of commands

    Well as mentioned before i'm not that good in coding with DB i need a clear code to understand !! i don't understand what is that !! i've tag A and Tag B set and i get that error it did the trick but That's a long way to do that and i've to change the way i build the app thanks...
  9. alvingenius

    Hide all Access Windows and Ribbons

    Hello I wanna open db forms as in popup window in all forms and i don't wanna see Access window at all + ribbons + nav pan i've managed to hide nav panel from access options in CURRENT DATABASE and managed to hide ribbon with this code Now i want to hide Access Window Check this photo...
  10. alvingenius

    Solved VBA code to Disable multiple selection of commands

    I'm sorry i'm not that good in Access to understand that yet i'm attaching a simple db, can you please apply a simple code for it ? Thanks
  11. alvingenius

    Solved VBA code to Disable multiple selection of commands

    Well, that's exactly what i want but i don't understand how to use it :banghead: Thanks @Gasman
  12. alvingenius

    Solved VBA code to Disable multiple selection of commands

    Hello i'm having a form with alot of Buttons and i've a group of buttons i wanna enable/disable them via VBA based on userID logged i can use if ******* then Me.command1.enabled=false else Me.command1.enabled=true end if but i'll have to repeat it with the number of buttons a simple...
  13. alvingenius

    Disable Editing Subform in navigation form

    Well, that's worked like charm :D:D Thanks alot @arnelgp and thanks to @theDBguy
  14. alvingenius

    Disable Editing Subform in navigation form

    Hello Your ways enabling or disabling Nav subform when clicked on button but i want it to code permission access i've a user table lets say with : ID username password accessTab1 Yes/No accessTab2 Yes/No accessTab3 Yes/No and i'm retrieving this table to the main form with Dlookups to...
  15. alvingenius

    Disable Editing Subform in navigation form

    in ur photo u can put anything in FORM1 nav tab i can't !!! as u see in the second photo i've attached i've to choose form target for the nav tab !!
  16. alvingenius

    Disable Editing Subform in navigation form

    No it not like this at my end if i add a button to navigation form then i have to link it subform ! check my db in design mode and another new test
  17. alvingenius

    Question Building Security system for Access Database

    any user with good knowledge in Access can't open tables and edit it ?
  18. alvingenius

    Question Building Security system for Access Database

    how to code it ur idea ?
  19. alvingenius

    Disable Editing Subform in navigation form

    i didn't say my tabs is locked because i locked nav form !! i'll try to simply it more i've a main form with nav form inside having 5 tabs with 5 linked subforms first tab is for main profiles and i wanna lock editing it for specific users rest of tabs is ok to edit subforms inside them...
  20. alvingenius

    Question Building Security system for Access Database

    i need a more complex one like Activation system i think your idea is easy to bypass
Back
Top Bottom