Hello,
How can I sum the value of different fields
<if rsone ("sm")= rsone ("bn")then rsone ("sm").value = "3" else rsone ("sm").value = "0" end if %>
I have this for about 10 fields sm1,sm2,etc.
I would like to sum the value of sm1,sm2,sm3, etc.
how could I do this?
I think I have isolated the place where the input has to be, but I am sitll having a difficult time
the original code is
if not errorFlag then
for i = 0 to UBound(games)
pick = Request.Form("pick-" & games(i).id)
if pick = "" then
pick = GetPick(games(i).id)...
Here is the whole code
for the entry.asp I have added the drop down in line 500
I need it to upload the results to the points field on the Picks table of the NFL.mdb
Does this make sence?
<%@LANGUAGE="VBSCRIPT"%>
<%...
Hello,
I have been nominated by my office to try to make the
http://www.brainjar.com/asp/pool/ football pool into a confidence pool. The Main task is to change the tie into points so I have done this
I added a field in the db called points
then change the code
original
<td...
ohhh I see.
One more question. How would I go about if only some of the fields are filled in and then the current user or another user wants to go to the view.asp page can I put like a
<%
If rs("A")<>"" And IsNull(rs("A"))=FALSE Then
response.redirect("notfilled.asp")
else...
emozley,
I am sorry I think I did not explin myself well enough,
I have a form in one webpage formpage.asp then on another page the users can look at the data view.asp
I have a form where users enter data. Then the user can go and view the data on a different page viewdata.htm page. I was wondering if there is a way to hide the results of the form if not all the fields are filled in.
The user enters the data in a form and then they can go and look at the posted data in a different web page. I am in the process of building all of these
hello,
I was wondering if somebody could help me out. I have a table, and I am going to be entering data into it. I would like for none of the data to show if the table is not complete and for the data to show if the table is complete. Could anybody give me a hand with this?
Thanks in...
Hello,
I have a form that consists of check boxes, and radio buttons. I am trying to make this into a search, but I don't know how to go about it. I am kind of new at asp. I know how to connect to an access db but I am not too sure about the asp and sql logic
could anybody give me a hand...
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.