Thanks so much. the code below did the trick. Thanks for your help. I do have one problem though. When I try to sum up the total column, it won't sum it up. any suggestions?
SELECT A.[Tak NO]
, Nz(Sum(B.PriorActuals,0)) AS totPrior
, Nz(Sum(C.HoldbackActuals,0)) AS totHoldback
...
I tried the code below. The PriorActuals, totPrior, HoldbackActuals and totHoldback are correct. however, the total column will calculate if there is a number in totHoldback but if there is 0 in totHoldback it won't add the totPrior to the total column.
SELECT A.[Tak NO]
...
Here is what my data looks like:
three tables: A, B, C
Table A has the field Task NO
Table B has the fields Task No, PriorActuals
Table C has the fields Task No, HoldbackActuals
Table A Table B Table C
Task NO Task No PriorActuals Task No...
Hi,
I am using MS Access 2010 on Windows System 7.
I have three tables: A, B, C
Table A has the field Task NO
Table B has the fields Task No, PriorActuals
Table C has the fields Task No, HoldbackActuals
I need to create a query that tasks the Task No from Table A and matches it to Table B and...
Hi,
I have an asp html page that allows the user to input data into a web page. When they click the submit button it calls a default.aspx.vb. The ISPostback is always false so it skips my sql add parameters. Here is the code:
<pre lang="xml"><%@ Page Language="VB"...
Hi,
I have an asp html page that allows the user to input data into a web page. When they click the submit button it calls a default.aspx.vb. The ISPostback is always false so it skips my sql add parameters. Here is the code:
<pre lang="xml"><%@ Page Language="VB"...
I see what you mean. I have two laptops but only one of them is connected to the Internet. The laptop I'm working on isn't connected to the Internet. I will take it home tonight and connect it to the Internet. Then I can send you the code. I work for the government, what can I say.
Sharon
feherke,
Thank you for any help you can give me on this. Here is my code:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="default.aspx.vb" Inherits="_default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
Hi,
I have the following code in my html page. It works if I test it with alert but when I try to run as is I get the error: Microsoft jScript runtime error: Object doesn't support property or method 'mask'
<script src="Scripts/jquery-1.2.8.js" type="text/javascript"></script>
<script...
hi,
I'm using Visual Basic as my language with server side scripting. I have two fields, a date and phone field that I would like to put masks on? Can you tell me how I can do this or if it is possible? I'm using asp server side scripting. Can this still be done? I have attached my code as...
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.