Recent content by Angeluz

  1. A

    HElp guys, i can't understand the error

    Private Sub cmdSearch_Click() Dim LSQL As String Dim LSearchString As String If Len(txtSearchString) = 0 Or IsNull(txtSearchString) = True Then MsgBox "You must enter a search string." Else LSearchString = txtSearchString 'Filter...
  2. A

    Prompt for password and username each time while pressing cmd button

    Moniker I great great thank you for all your help. I am slow to learn i must admit but you really aid me alot. thanks a bunch.
  3. A

    ACC2000: How to Create a Password Protected Form or Report

    hmm moniker, i didn;t notice the step 20 where is it??
  4. A

    Prompt for password and username each time while pressing cmd button

    Sorry doc Man, i don't understand you, starting from the phase that "you won't like my comment". Are you telling me that my way is wrong. Well i feel the same also actually, but currently that what i can think of. Because as my users are changing very frequently, (my users are usually hire for...
  5. A

    Prompt for password and username each time while pressing cmd button

    Being dealing with my database and having quite some trouble with it. Is it possible to track down what the users did, during the time they login into, database, is it possible to prompt users for password and username when they buttons for like, delete cmd, or update command. Just a breif idea...
  6. A

    Help needed,

    Update on this topic, Hmm, is it possible for the username and password be save in to a table in a database.
  7. A

    Access Security

    Well, Mr Boorman , i would be glad if i have one copy of the instructions. Thank You so very much. Please mail to me at hahnzz@yahoo.com. Thanks.
  8. A

    Security

    Is it too late to ask for a copy, now Im having massive trouble trying to create users and admin for my Access database. My email is hahnzz@yahoo.com. Please and thank you.
  9. A

    Help needed,

    Hi, again Sorry guys, i can't seem to find it using search, any example of keywords to use, as i think maybe i enter the wrong keyword, been using words such as "login page", "record timestamp" :( thanks in advance.:o
  10. A

    Help needed,

    Sorry, i dont know where should i post this( under which category) so i just post it here, I want to create a login page using access, and then i wanted to record down the name of the user and the time and date(login and log out) when he/she is using the database. And then record it down in...
Back
Top Bottom