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 wOOdy-Soft 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: SkiCheif
  • Content: Threads
  • Order by date
  1. SkiCheif

    DB Connection Help

    I need some help filling in the blanks on this one... I have been working on and testing a db on my home system and now am trying to move it to the web. I cannot get the connection string to work. I am using an include file to set the informaiton and on my home system it works. I have been...
  2. SkiCheif

    Connection String Woes

    I am having trouble installing my MS Access database to the web. Unfortunately the web host wasn't able to answer my question. I attempted to look up the Tek-Tips FAQ on the subject, but the page won't load (just my luck!). Here is what I am trying to do: I have a database called Seed.mdb that...
  3. SkiCheif

    Exclued the link "Print this page" when printing

    Is it possible to exclude just the link on the page. I just think that it would look more professional Here is code for the link: <td align="right" valign="top"><font color="#0000FF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="javascript:printWindow()">Print This...
  4. SkiCheif

    Groupin' on a Thursday night

    I have data that I want to display using grouping. My background in grouping is MS Access using queries and reports. I searched here for grouping and found multiple entries on the subject, but many were over my head. I do understand the concept of two loops, but that part that I can't seem to...
  5. SkiCheif

    Cookie Problem

    I tried posting this problem in the .asp forumn, but maybe it should be here...I have a page [matchsetup.asp] that contains a form that set cookies based on three elements.. a date, a name and a name One text box and two combo boxes respectively. I set the cookies on the following page...
  6. SkiCheif

    Cookies are easy to use in ASP?

    I need help to find out what I am missing. I have a page that the user picks three items (a date and two names.. all in different fields) When they submit the form, I use the following code (on the next page) to assign values to transfer over to the remainding pages that need the cookie...
  7. SkiCheif

    Simple logic question on switch

    Background Information This is the bottom half of an if statement. I am trying to determine what the number of points that the wrestler won by and award him the proper point for the match and seeding. Essentially there are three categories: Tech Fall, a Major and win by decision. A decision is...
  8. SkiCheif

    Debug help needed (noob)

    I can't get this to run unless I comment out all of the information past the alert box (//var ...). What am I doing wrong. Really not that comfortable with this, but I usually can find and adapt a script or read a tutorial. I have some fairly complicated select case statements that I also...
  9. SkiCheif

    Date Format INTO MS Access

    I almost have it working! I am having a date problem trying to submit a form into an MS Access database. After searching around the Tek-Tips forum i suspect it has to do with the 'pound sign' format that Access expects. The error message is that there is a syntax error on my INSERT INTO...
  10. SkiCheif

    Update other values - New to web

    I need to test a users entry and then update the textbox they were in based on an extra input from them. I think the easiest way for me to describe it is to write psuedo vba code (which i'm more comfortable with) Background: User is entering in results from a wrestling match. If the value is...
  11. SkiCheif

    Test user entry and update accordingly

    I need to test a users entry and then update the textbox they were in based on an extra input from them. I think the easiest way for me to describe it is to write psuedo vba code (which i'm more comfortable with) Background: User is entering in results from a wrestling match. If the value is...
  12. SkiCheif

    Form to Cookie and Back Again

    I am embarrassed... I need to set a cookie based on these form elements: Dynamic Combo Box Regular Text Box Hidden Text Box When the cookies are set, I need to pass them on to the next page and then populate fields Real Life Example of what I am trying to do: I have a wrestling stats page...

Part and Inventory Search

Back
Top