Concatenate WHERE Criteria Question

R

Ray Todd Jr

How do I properly use the two WHERE conditons below? The OWNER is a literal
statement, meaning the owner of the property and will also remain the same.

Property_Owner: Concatentate("SELECT FirstName & ' ' & MiddleName & ' ' &
LastName & ' ' & Suffix FROM taDEFENDANTS WHERE DefendantType= "OWNER"
PropertyID= " & [propertyid])

Thanks,

Ray.
 
R

Ray Todd Jr

ok, I have figured out this question for the literal text value. the answer
to this question would be:

CONCATENTATE("SELECT....WHERE DEFENDANTTYPE=""OWNER""") as PROPERTY_OWNER
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top