PHV, Thanks for reference guide, but i am familiar with relational databases.
my Query, but it doesnt work properly.
SELECT Table1.Date, Table1.Cost, DSum("[Cost]","table1",[Date]<=#1/2/2009#) AS [Running Sum]
FROM Table1;
I would like data in Table1 to compile running sum into table2.
Is there a running sum query in access? or it has to be done though VBA?
Table1: with the following fields
Key Commissions Sales
Table2:
Key RunningSumofCommissions RunningSumofSales
Thanks in advance.
I am trying to create report that will show one field from the database. That field is a memo field and its very long, I would like to break it to the next line at specific places, but I can't break it at specific places because Access Reports doesnt understand \n.
Here is a sample field from...
I have hundreds of lines, I have to skip them all the time its not just at the end of the file.
is it possible to translate it into perl:
Pick up the lines where String starts with M and its between Treaty string.
I need to pick up the company name from each line.
I can't write a regex that will pick up the string
"MUNICH AMERICAN (CNA)" or "MUNICH AMERICAN" from each line.
Basically, it has to pick up a string from the beginning of the line
to "Treaty" part and it should ignore Totals since it also has...
SELECT REINSPM.* INTO TEST..."
I dont know does it tell the destination of where the Table should be made? or there is a Different way I can refer to make in access?
I am trying to query information from the SQL server and when I am running Make Table Query and it creates it on SQL server instead of in Access.
Dim myConnection As ADODB.Connection
Set myConnection = New ADODB.Connection
Dim rstSource As ADODB.Recordset
Set rstSource = New...
Can any please help with concatinating several message fields into the 1 row.
from Table1 -> Table2
I have wrote the code but it doesnt work properly. Can you please check my logic or suggest your solution. Thank you.
Table 1
Policy Message
01 msg1
msg2
msg3
02 msg1
03 msg1
msg2
Table2...
I need to convert textfile to HTML.
Example of textfile below:
textfile.txt
a. Line 1
b. Line 2
HTML
Create HTML page with the Name of todays date.
And inside color code the lines and remove a. and b. in front of them until EOF.
if first char is a. then line should be red.
if first char is...
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.