Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stpmtp

  1. stpmtp

    asp sum field value

    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?
  2. stpmtp

    Need help with 2006 brainjar football pool

    Is there anybody that could please give me a hand with this?
  3. stpmtp

    Need help with 2006 brainjar football pool

    the way the fields are UserName, GameID, Picks, points I thought I had them in order. The data type is text
  4. stpmtp

    Need help with 2006 brainjar football pool

    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)...
  5. stpmtp

    Need help with 2006 brainjar football pool

    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"%> <%...
  6. stpmtp

    Need help with 2006 brainjar football pool

    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...
  7. stpmtp

    Hide a table if not all values in

    Thank you That was really useful, I got it.
  8. stpmtp

    Hide a table if not all values in

    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...
  9. stpmtp

    Hide a table if not all values in

    form page Name ID Case# Reasons 1 24 0012 view page Name 1 ID 24 Case# 0012 Reason so if the user does not fill all the data. hide that record
  10. stpmtp

    Hide a table if not all values in

    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
  11. stpmtp

    Hide a table if not all values in

    asp I just posted the same question in the asp forum
  12. stpmtp

    Hide a table if not all values in

    so this would be an asp script?
  13. stpmtp

    Hide a table if not all values in

    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.
  14. stpmtp

    combo boxes continued

    Did you get an answer to this, I am looking to build something similar
  15. stpmtp

    Hide a table if not all values 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

Part and Inventory Search

Back
Top