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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stpmtp
  • Order by date
  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
  16. stpmtp

    Hide a table if not all values in

    I want to hide the whole table, the users are going to enter the data from a form
  17. stpmtp

    Hide a table if not all values in

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

    search in asp

    Tarwn, Thank you so very, very much for the advice. I tried it and it work. sorry it took so long to thank you for the fabulous advice
  19. stpmtp

    search in asp

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

    count

    Ahhh Never Mind I got it Query in design view then click on View and then Totals and just grup by

Part and Inventory Search

Back
Top