Hi there,
I have DB with 400,000 records in it. To keep it simple lets say there are 4 fields in it
(a)=unique value
(=every record has one(there are about 150 different values)
©=every record has one (there are about 5,000 different values)
(d)=number (can be null)
I want to be able to select a (b)and then show all of the (c')'s related to the selected (: but only 1 of each of the ©'s, no duplicates. Then i would like to show the total of (d) for each of the unique ©'s. Then it gets more complicated but for now that would be a great start.
I have done this in the past with exports, scripts and lookups but i think there has to be a better way. I have searched the form but have failed in finding an answer.
Thaanks for any help.