<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — Method of subtracting two fields]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=7418</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=7418&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Method of subtracting two fields.]]></description>
		<lastBuildDate>Mon, 08 Mar 2021 07:50:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Method of subtracting two fields]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40376#p40376</link>
			<description><![CDATA[<p>Add calculated field and add formula:</p><p>( field1 - field2 )</p><br /><br /><p>Or if You need to permanently add it You will need formula</p><div class="codebox"><pre><code>procedure frmUlazS_Button1_OnClick (Sender: TObject; var Cancel: boolean);
Begin
         SqlExecute(&#039;Update TABLE1 Set amount = amount - &#039; + frmUlazS.Edit2.sqlValue + &#039; Where id = &#039; + frmUlazS.ComboBox1.sqlValue);
end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (argonx)]]></author>
			<pubDate>Mon, 08 Mar 2021 07:50:51 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40376#p40376</guid>
		</item>
		<item>
			<title><![CDATA[Method of subtracting two fields]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40375#p40375</link>
			<description><![CDATA[<p>please help<br />Method of subtracting two fields</p>]]></description>
			<author><![CDATA[null@example.com (abu7akm)]]></author>
			<pubDate>Mon, 08 Mar 2021 06:57:26 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40375#p40375</guid>
		</item>
	</channel>
</rss>
