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!

Search results for query: *

  • Users: stpmtp
  • Content: Threads
  • 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

    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...
  3. 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.
  4. 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...
  5. 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...
  6. stpmtp

    count

    Hello, I am new to access. I have a query that has ony one field. What I am trying to do is to group all the records that are the same. For example Field1 one one one one one one two two one three two and I would like to get Field1 one two three is this possible?
  7. stpmtp

    DNS IP to be able to browse the Network

    I just started to work in new company, I noticed that all the computers have a DNS number in the tcp/ip configuration. If I take the DNS ip out I am not able to browse the network and not even able to get on the interenet. Why is that? I am a novice user trying to understand a bit more...
  8. stpmtp

    Lookup Table

    Hello, I am having a difficult time with an excel spread sheet. I have a main spread sheet and then others that contain data that I need to import into the main spread sheet for example On my main spread sheet I have A B C 1 Item Size Color 2 001 2"...
  9. stpmtp

    check box comparison continued

    Good Morning, I have been following this thread 333-1223333 I am kind of in the same boat as nonprogrammer. I was able to find a javascript that redirects to an asp page when you check a checkbox. Up to this point is all well and good, but when I try to pass the variable to the asp page...
  10. stpmtp

    Deleted files over the Network on Windows 2003 Server

    Good Morning, Is there a way to find out who deleted a file over the network in my 2003 Windows server?
  11. stpmtp

    excel lookup

    I have a problem I have an excel document that has part and Lenght. In book1 Part# Length A B 210 3-1/2" 210-A 3-1/2" 211 3-19/64" 220 4" And in book2 I have Part# BreakQty Price A B C 210 1 0.804 210 500 0.501 210 1000 0.401 Is there a way that I can do Part...
  12. stpmtp

    office 2003 from spanish to english

    I bought a copy of office 2003, installed it and when it was done, all the menues are in spanish, is there a way to do an english installation?
  13. stpmtp

    asp comparison

    Hello everybody, I don't really know where to start or how to start this project. I want to be able to compare two or more selections for example check box Item one check box Item two if I ccheck both items I can get Item one Item two color red...
  14. stpmtp

    response.write field in ms access

    I have an access db I have 3 fields, A, B and C I have an asp script that goes on Field C <%if rsget("FieldB") = rsget("FieldA") then response.Write(Recordset1("FieldB")) %> Field A has all the records, Field B has records that have been entered and In field C you are supposed to see the...
  15. stpmtp

    variable into link

    is there a way to make a variable into a link for example var A="http://www.google.com
  16. stpmtp

    copy a form

    Hi, I have a form that uses asp to be saved to an access db. When the form is submited it creates a record. is there a way to copy a record? How would I go about doing this in asp?
  17. stpmtp

    response.write

    hello, is there a way to insert a character in the response.write("special character") or is there a way to insert an immage in the response.?
  18. stpmtp

    pass a variable

    Hello, I ran into a little problem. I have a login page where the user enters his/her user name and his/her password. up to this point everything works well. Then there are two text boxes where you can enter a date for example 010106 to 013106 and here is where I run into the problem I...
  19. stpmtp

    Internet Explorer error messages

    Hello, Is there a way to get a bit more information on an error message? I try to load a page and IE gives me an error 500. But I have seen that IE can give you more info but have no idea how to activate this can some one help? thank you SMT
  20. stpmtp

    dynamic field into table

    I am building a form that has some check boxes static text and dates. New to ASP. I can do this to see if the box is checked or not [code] <input name="statuson" type="checkbox" <%If rsone.Fields("statuson").Value =false then Response.Write "unchecked" else Response.Write "checked" End If %>...

Part and Inventory Search

Back
Top