How does one set up something like this using sql.net
WHERE ContactType = ( Select ContactTypeID FROM lsContactType WHERE ContactTypeLabel = 'Lead') AND SalesRep=0
Thanks.
Version 0.34 supports SubQueries
Log in to post a comment.
How does one set up something like this using sql.net
WHERE ContactType = ( Select ContactTypeID FROM lsContactType WHERE ContactTypeLabel = 'Lead') AND SalesRep=0
Thanks.
Version 0.34 supports SubQueries