Search results

  1. J

    Visible Property

    Thanks Thanks Chewy
  2. J

    Error

    I will try XP Mile-O-Phile I have XP on my laptop so I will give it a try on that and see if opens properly and let you know. Jeff
  3. J

    Error

    Mile-O-Phile I downloaded your sample, and did get an error. The form opens fine in Design view, however as soon I switch to form view access closes with errors. Thanks for the sample
  4. J

    Visible Property

    If a command button is set “visible = no” could the user in theory find the button and press it and have it work carry out it function as if it was visible? I think the answer is no they can't but I am convinced. What I am trying to do is control access to various forms based on usernames
  5. J

    More on Users in a Database

    Here is the Code You might try searching for appuser I am sure I found it through this forum. Here is a copy of the code: The database only has one form called frmldbviewer Hope this helps
  6. J

    More on Users in a Database

    Try This I converted it to 97 but I dont have any real way to test it, I opened it and said no when it asked me to convert and it worked so I can only hope it will work for you Jeff
  7. J

    More on Users in a Database

    Try This Vassago I found this in another thread a couple of monthes ago, it does give you both machine name and the username Hopefully it will work for what you need
  8. J

    Loops to determine if button visible

    Works Perfect Rob Thanks for your help this works perfectly for me Jeff
  9. J

    Loops to determine if button visible

    I have the following code to determine if a button is visible: Private Sub Form_Open(Cancel As Integer) If fOSUserName() = "username" Then Me.testdee.Visible = True Else Me.testdee.Visible = False End If End Sub I have a table of users with yes/no check boxes for various buttons, I would like...
  10. J

    Thanks and a Couple of Questions

    Thanks First I would like to say thanks to all the members of this forum, I have been browsing for about two months and the knowledge I have gained is really remarkable. So far I have been able to find answers to most of my questions just by searching, but I have a question, which I am unsure...
Back
Top Bottom