Recent content by c0dehunter

  1. C

    Question Calculate time difference (DateDiff)...

    You've got a point there.. I've thought about querying from Java and getting back the result, but still, it would be handy for employer if he could just open DB on a server and see how long one has worked, without opening the Java client, not?
  2. C

    Question Calculate time difference (DateDiff)...

    Because I am developing a Java application (for school graduation), where I need Access DB just for storing data. It will be much easier to just pull data into application from one DB column, than calculating time difference in Java, which is complicated because of Date data type...
  3. C

    Question Calculate time difference (DateDiff)...

    Hello, I have a table, where it is recorded when workers sign in to work and sign out. These are two different columns (See attached picture - "Prihod" and "Odhod"). In third column ("Dobropis") I would like access to automatically calculate and save how long worker has been working, when a...
Top Bottom