|
J
|
Jane 1/7/2010 |
|
Hi, Set rstmp = dal.Project.Qeury("MasterKey=" & Session(strTableName & "_masterkey1"),"") |
|
|
D
|
danivale author 1/8/2010 |
|
Ok I try!! Hi, use Before record updated events to select these values from database. Here is just a sample: Set rstmp = dal.Project.Qeury("MasterKey=" & Session(strTableName & "_masterkey1"),"") |
|
|
D
|
danivale author 1/13/2010 |
|
The problem is how to make the sum of all the values("price")! Ok I try!! |
|
|
J
|
Jane 1/13/2010 |
|
Here is a sample: str = "select sum(FieldName) from TableName where MasterKey=" & Session(strTableName & "_masterkey1")" |
|