T
TheGerman
I have another question.
I have a report in which i calculate a running sum. I want to be able to
copy that into a Table. The Report will only result in one line always. I
have a "Temp" Global Variable setup which saves it.
On a form i can just use Tcost.value = temp and it updates it, but it does
not work in the form. Since i save it in a global variable i can use it
anywhere.
What would be the best way to insert that into the table? I am thinking
maybe and SQL statment?
~Daniel
I have a report in which i calculate a running sum. I want to be able to
copy that into a Table. The Report will only result in one line always. I
have a "Temp" Global Variable setup which saves it.
On a form i can just use Tcost.value = temp and it updates it, but it does
not work in the form. Since i save it in a global variable i can use it
anywhere.
What would be the best way to insert that into the table? I am thinking
maybe and SQL statment?
~Daniel