im working with vb2010 with ms access as its database and a newbie into programming.
is there anybody who have an idea how to make a log in history..
i mean whenever you specify date from..to.. (e.g 01/02/2012 to 01/05/2012 ) on ur filter command it'll display on a listbox the user who logged in at their specific date and time and what they have accessed inside the program,, any suggestion? tnx
Recommended Answers
Jump to PostYou will need another table in your database that stores the user ID and the time/date they logged in. You can then use that as a filter to extract users that accessed the system at certain times. A select statement joining your login times with the users table when do …
Jump to Postur asking for login details or Event details? u want to capture all the events done by user in ur application?
All 7 Replies
hericles
289
Master Poster
Featured Poster
shann1718
0
Newbie Poster
Pgmer
50
Master Poster
Featured Poster
pritesh2010
30
Posting Whiz in Training
Pgmer
50
Master Poster
Featured Poster
shann1718
0
Newbie Poster
Pgmer
50
Master Poster
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.