gerard1979
MIS
I have 2 queries
qryCP: CP_id, naam_contactpersoon
gives all customer records
qryYear: CP_id, Year
gives customerID's with year when they get present
CP_id year
1 1999
1 2002
2 2002
QryCP must have one more field: this field contains the match between the queries, if CP_id, 2002 matches in the second query, the field = "Yes", else, the field = "No"
Any idea?
tnx,
Gerard
qryCP: CP_id, naam_contactpersoon
gives all customer records
qryYear: CP_id, Year
gives customerID's with year when they get present
CP_id year
1 1999
1 2002
2 2002
QryCP must have one more field: this field contains the match between the queries, if CP_id, 2002 matches in the second query, the field = "Yes", else, the field = "No"
Any idea?
tnx,
Gerard