Seeking Code Help

W

William McFarland

Trying to write code in database results wizard as follows:

Update Grantees
Set Email = '::Email::'
Where ID = '::ID::'

This query verifies. When trying to give the option of choosing other data
to update on same page can't get code correct:

Update Grantees
Set Email = '::Email::' ,Phone = '::phone::'
Where ID = '::ID::'

How do I write multple "SET"s?
 

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

Top