Search results

  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

    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...
  3. 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