I am building a report for a company that works in classified ads.
The ads are stored in their own table, & I need to count the number of ads that are in more than one classification.
I was thinking that I could count any ads that have matching ad text fields & different 'orderid' fields. The orderid is a unique number for every entry. But I cannot seem to find a way to compare them and count each entry that is and has a matching record.
Any suggestions?
The ads are stored in their own table, & I need to count the number of ads that are in more than one classification.
I was thinking that I could count any ads that have matching ad text fields & different 'orderid' fields. The orderid is a unique number for every entry. But I cannot seem to find a way to compare them and count each entry that is and has a matching record.
Any suggestions?