N
Nick Mirro
I have a query which produced 200 records, the number based on VisitID in
one table. There is another table in the query "tblCallInfo" that has Many
records for each One VisitID.
tblCallInfo key Fields
CallID DateOfCall
Communication
The table contains this above memo field "Communication" and a date field
"DateOfCall."
The query generates 200 records based on the key VisitID. For 1 VisitID, I
only want 1 "Communication" record field returned corresponding to the
earliest "DateOfCall," even though there are many CallIDs for each VisitID.
Sometimes the records in tblCallInfo are Null.
What criteria can I add to prevent the multiple instances of the field
"communication" from being generated.
Nick
one table. There is another table in the query "tblCallInfo" that has Many
records for each One VisitID.
tblCallInfo key Fields
CallID DateOfCall
Communication
The table contains this above memo field "Communication" and a date field
"DateOfCall."
The query generates 200 records based on the key VisitID. For 1 VisitID, I
only want 1 "Communication" record field returned corresponding to the
earliest "DateOfCall," even though there are many CallIDs for each VisitID.
Sometimes the records in tblCallInfo are Null.
What criteria can I add to prevent the multiple instances of the field
"communication" from being generated.
Nick