Expression

G

Guest

Here is my table based on your recoomendation (DateDiff).
User Action ActionTime FirsttLogON LastLogOff LogOnDiff LogOffDiff
User1 Logon 10:04:24 10:00 19:00 04:24
-6:53:36
User1 Logoff 18:56:44 10:00 19:00 8:56:44
-3:16
User1 Logon 13:23:34 10:00 19:00 3:23:34
-5:36:25
User2 Logon 11:07:04 11:00 20:00 07:04
-7:52:56
User2 Logon 15:34:23 11:00 20:00 6:34:23
-4:25:37
User2 Logoff 19:52:34 11:00 20:00 7:52:34
-07:26

I want to filter only 1st and 3rd rows. Filter is based on that for each
user (Action = Logon) and (LogOnDiff is smallest positive Number).

And at the same table(query) want to add only 2nd and 6th rows. Filter is
based on that for each user (Action = Logoff) and (LogOffDiff is smallest
negative Number).
I am new to this area.
Would you please write down the expressions and tell me where I put it in
acess.
 
D

David S via AccessMonster.com

Can you please stop posting multiple threads? I had a go at answering your
question over in the Queries forum, but clearly you're getting help elsewhere,
and it's frankly quite confusing...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Expression 1
Challenging? 6
Challenging Thinking 1
Formatting time 2
Break Calculation 1
Suming Up Time over the course of days 1
How to interpret CPUZ spd readouts? 5
PR_RTF_COMPRESSED open failed 0

Top