Hi, I'm attempting to run a simple SQL statement where I am updating fields from selection
SELECT Field
FROM Table
WHERE Table.Field = VAR
UPDATE (SELECT Field
FROM Table
WHERE Table.Field = VAR) TEMP
SET TEMP.Field = NEW_VAR;
The intention is to display the selection as a report and then...
Hi, I'm, trying to place a small bmp file in my email signature, and it works when I preview it, but the receipients don't see it. I'm using the <img src="xxx.bmp"> command but I've been told there is another way to do it. The bmp is not shared via a network, nor is it publicly...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.