H Hunter J. Registered User. Local time Today, 02:02 Joined Feb 1, 2004 Messages 24 Aug 30, 2004 #1 I have attached a zip of a test data base. I am trying to get the last date and time associated with Tagindex 19, 38, 22 and 29 8/30/2004 09:27:59 19 8/30/2004 09:28:29 38 8/30/2004 09:28:59 22 8/30/2004 10:39:04 29 Any help is welcome Hunter J. Attachments TestData.zip TestData.zip 56.6 KB · Views: 118
I have attached a zip of a test data base. I am trying to get the last date and time associated with Tagindex 19, 38, 22 and 29 8/30/2004 09:27:59 19 8/30/2004 09:28:29 38 8/30/2004 09:28:59 22 8/30/2004 10:39:04 29 Any help is welcome Hunter J.
J Jon K Registered User. Local time Today, 08:02 Joined May 22, 2002 Messages 2,209 Aug 30, 2004 #2 I have added two queries in your database. You can run the second query. Note I have changed the [Time] field from Text to Date/Time data type. . Attachments Test Data.zip Test Data.zip 65.2 KB · Views: 116
I have added two queries in your database. You can run the second query. Note I have changed the [Time] field from Text to Date/Time data type. .
H Hunter J. Registered User. Local time Today, 02:02 Joined Feb 1, 2004 Messages 24 Aug 30, 2004 #3 Thanks Jon K. The query still returns the same time for all four TagIndex. Thanks for the help. Hunter J.
Thanks Jon K. The query still returns the same time for all four TagIndex. Thanks for the help. Hunter J.
J Jon K Registered User. Local time Today, 08:02 Joined May 22, 2002 Messages 2,209 Aug 30, 2004 #4 In your database, 30/8/2004 10:39:04 AM happens to be the most recent date time of each of the TagIndexes 19, 38, 22 and 29. If you add 4 records of later dates and times for these 4 TagIndexes, the queries should be able to return them. . Last edited: Aug 31, 2004
In your database, 30/8/2004 10:39:04 AM happens to be the most recent date time of each of the TagIndexes 19, 38, 22 and 29. If you add 4 records of later dates and times for these 4 TagIndexes, the queries should be able to return them. .