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

    Show ASP page in Flash?

    How can I display the contents of an ASP page in flash 5? I think I'm supposed to set up a dynamic window and loadvariable in the page.asp page - but nothing shows up. the page.asp page loads on it's own. what do I put in the ASP page as the variable? And in the Dynamic Text properties...
  17. tyleri

    Show Database Info in Flash?

    Ok - I'm back - I'm still using Flash 5. I have the code I want to use already set up with ASP. How could I put that ASP page directly into a window pane in Flash? It sounds like it will be easier to just load up a server residing ASP page than use action script with the ASP codes in it.
  18. tyleri

    Show JPG's in dynamic window

    I am using Flash 5.0. I want to know if this can be done: I would like to have 10 pictures labelled 1.jpg - 10.jpg. I want for these 10 jpgs to reside on the server, and I want to write some action script that will call up the 10 jpgs and place them accordingly. The reason is that I want...
  19. tyleri

    Show Database Info in Flash?

    Does anyone have any ideas about this? I haven't heard anything in a month or so. I have Access Database residing on Win2kServer. I want to import the data from a query in that database onto the page.
  20. tyleri

    Streaming MP3s?

    when i say automatically, I mean when the user clicks the link it will automatically open winamp or wahtever MP3 player they have and stream it.

Part and Inventory Search

Back
Top