I am stuck on a little problems in access...trying to work out time difference...
I am getting data from 3rd party software in to my access table.
Table is arranged as follows:
Name, Fault and Time stamp. The Name is enter from a lookup table and the Fault is a "1" or a "0" from 3rd party software and the time stamp is entered as default Now().
So I ran a query to filter the Name to a single type. which gave me a table with the data but i need to work out the time difference between "1" and "0"
I have tried making a query to filter the name and then fault "1" and then another query same as before but fault being "0" this time then a 3rd query to get the time stamps from both query and use a date diff command to work out the time difference... however this give me duplicated data...
I can not see a way around this... I hope i am clear in what I typed above any help with is well be helpful
Many thanks.