Recent content by ScoobsR

  1. S

    Create global variable and assign combo box value to that variable using button

    Pbaldy - u r a prince among men, That's probably kids stuff to u, but none the less - thank you very much for your help mate ����☺️��
  2. S

    Create global variable and assign combo box value to that variable using button

    pbaldy - I created the strUser on the login form, but..... the login form isn't being closed, so if I can just refer back to that it would be much easier - but again noob stuff from me here I'm afraid - I'm not sure how to use the value from the combo box in that form in another form to make...
  3. S

    Create global variable and assign combo box value to that variable using button

    Hi guys, ok I have a login screen, it is using a combobox (cmbUser) as the username field.... I want to make a global variable called strUser, when I select the user, enter the password the hit login I want the value held in cmbUser assigned to strUser so I can use this throughout my other...
  4. S

    How do I make a button availible for only one user

    Hi guys, thanks alot for your help with this, i ahve another question or 2 tho.... I cant seem to get to the "Private sub Form_Load()" part to put the code in :banghead:
  5. S

    How do I make a button availible for only one user

    Hi, thanks for the reply 👍🏻 Sorry for the noob question, but what is DCount() ? And I want to make the delete button invisible to everyone apart from one user, but I want it to be coded in a way that if that user changes I.e a different user is entered into the tblAdmin - the code does not...
  6. S

    How do I make a button availible for only one user

    Ok this is the first thread I have created, so I apologise if I'm in the wrong area or anything like that 😕 Ok I'm also pretty new to coding in access, but here is my situation..... I have a relational database with multiple tables and forms, in order to get to the forms I have a login screen...
  7. S

    Want Command Button Visible For Certain User

    Hi, I have stumbled across this thread, I am trying to do something similar to this, I have a login screen which I have connected to a login table; There will b only one specific user who can delete entries from any of the other tables, so basically I want to have a form for each table and...
Back
Top Bottom