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 = ':
hone::'
Where ID = '::ID::'
How do I write multple "SET"s?
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 = ':
Where ID = '::ID::'
How do I write multple "SET"s?