Viewing 6 posts - 1 through 6 (of 6 total)
I will try the query out. Thanks. I know, the duplicate data is a nightmare....
June 14, 2005 at 12:11 pm
Ok, I hope this example works:
Table: Items
ItemID UniqueID Description
1 1 1 ct saphire ring
2 2 1 ct ruby ring
3 2 1 ct ruby ring
4 3 1 ct diamond ring
5 4 .5 ct amythist pendant
5 4 .5 ct amythist...
June 14, 2005 at 10:58 am
The problem is with the duplicates. The query that Ron gave worked, but there are
still duplicate ItemFields, but unique DataIDs.
June 13, 2005 at 3:43 pm
The problem is that the DataID is not unique, so the only distinct item is the ItemField in my example. This field is only in the Items table, not ItemDetails.
Thanks,
Jennifer
June 13, 2005 at 3:41 pm
Continued...
Most of the Information that I want to retrieve about the Item is in Items (Table 1)
ItemDetails (Table 2) has some additional information about the item, including the status. Each...
June 10, 2005 at 3:49 pm
Unlike the Northwind example, the CustomerID is only in Table 1. The two tables
are connected by a DataID.
Table 1 has the ItemField, CustomerID, DataID
Table 2 has the StatusChangeDate, DataID, Status
Table...
June 10, 2005 at 3:45 pm
Viewing 6 posts - 1 through 6 (of 6 total)