Compare two timestamps from MS access DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a MS access DB with some users signed in at different dates.

I want to check the DB daily to compare everyone’s timestamp against current
date to find who’s in our DB for more than two weeks. How could I do this?

Can I run a thread every day (let’s say 8pm) in C# to read everyone’s time
and compare it against current time (how to do?)?

Or write a script run against ms access manually or automatically?

Any suggestions?

Thanks. -Dale
 
let's make this more clear.

Can we convert timestamp to an int for further calculation?

Thanks. -Dale
 
timespan will allow me to complete this. thank you for everyone who spent
time on this. -dale
 

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

Back
Top