|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
List of new entries in a session by a user
I would like to be able to do a list of the new entries a user has made (in a table throuh a form) from the time he connect to the data base until he wants to quit. I do not have a clue how to do it.
|
|
#2
|
|||
|
|||
|
The easiest way would be to date and times stamp each new record at the time it is added and keep track to who added it.. Then all you have to do is have a golbal variablet that keeps track of the time the user connected to the database and then you will be able to use that global variable to query the tables for the records they added during that session.
There are other ways to do this, but I think that this is the easiest. S- |
|
#3
|
|||
|
|||
|
Thanks for your answer. OK, lets say that I include the time in every record (I already have the date). Can you give me a clue about how I write the code a global variable set for that kind of thing, I do not have anything relevant in my books.
Thanks in advance. |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > List of new entries in a session by a user |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|