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