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 bkrike 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 tyleri

  1. tyleri

    INSERT into Access DB not inserting

    hey thanks for all your help - we figured out that First and Last are reserved words in ACCESS - and that was causing the problme :)
  2. tyleri

    INSERT into Access DB not inserting

    when i comment out the INSERT Statement, It goes to the redirect page...
  3. tyleri

    INSERT into Access DB not inserting

    sorry about the [ code ] thing. Well - all my variables work - I just can't get it to dump any of them into the database. The error message I get is "page cannot be displayed"... the 404 error, but it's showing the submit_success.asp filename in the browser window... I tried...
  4. tyleri

    INSERT into Access DB not inserting

    *** the issue is with my INSERT Statement, something isn't right with it.
  5. tyleri

    INSERT into Access DB not inserting

    I have a form that I am trying to get to insert into an Access Database with ASP. Below I am inserting the code parts of my ASP pages. The form code is here: demo.asp ------------------------------------------------------- <% Dim path Dim conn Dim query Dim formtype Dim id Dim first Dim last...
  6. tyleri

    Question with Query Criteria

    nevermind i got it like [forms]![main_form]![combo_1] & &quot;*&quot;
  7. tyleri

    Question with Query Criteria

    excellent! now to expand upon that, I am pulling the string i'm searching for from a combo box (combo_1). [forms]![main_form]![combo_1] is the string I usually use to pull the information from that combo box. how would i incorporate that into this issue? i tried: like...
  8. tyleri

    Question with Query Criteria

    I have linked an Excel Spreadsheet to my Access database, and I am trying to put together a query that pulls information if the field contains one word in a series of words. Specifically I have a field that might have &quot;Jon Doe&quot; or it might have &quot;Jon Doe / Jane Smith&quot;. In...
  9. tyleri

    Pop-Up Window on Page-load?

    when someone loads up my site, I want a smaller window to pop up automatically at page-loadup with the size 350x350? I know it's in the <body onload=&quot; ... but i don't have a clue what do put in there, or write javascript somehow and reference the script in the onload=&quot; function. any...
  10. tyleri

    DNS for the IP Address in ASP?

    I have made my own hit counter, and I want to know what the code would be to get the following items in ASP: 1) The DNS name for the IP Address 2) The Operating System used 3) The Browser type/version 4) The screen resolution. Thanks!
  11. tyleri

    JS variable into VB in ASP?

    What I'm actually trying to do is get the referred link [javascript command: escape(document.referrer)] to store itself in a MS Access table, using ASP. Therefore, I think I need to get the results of the command: escape(document.referrer) , to store into a VB variable somehow. Any thoughts...
  12. tyleri

    JS variable into VB in ASP?

    Hi, I was wondering if there was any way to copy the value of a javascript variable into a visual basic variable within an ASP file.
  13. tyleri

    ODBC to Web Server?

    I want to create an ODBC connection to an Access DB on my Web Server. I want to use my Front-End Access application on my local computer and link it to the tables on the Server. I have Win2k. Thanks
  14. tyleri

    ODBC Connection to Access DB on Web Server?

    How do I set up an ODBC connection to an Access Database I have on a Web Server? I want to have a database on my local computer that links to tables on the server. I am using Win2k.
  15. tyleri

    Show Database Info in Flash?

    wow - thanks - Ok: - FLA file: http://www.srmrocks.com/test/main_site_5.fla - ASP file: http://www.srmrocks.com/test/shows.asp in the FLA file - Frame 15 in the Shows Page layer has the movie clip that contains the dynamic text box and script that I created.

Part and Inventory Search

Back
Top