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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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!
  5. 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.
  6. 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
  7. 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.
  8. 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...
  9. 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...
  10. tyleri

    Streaming MP3s?

    How do I make a streaming mp3 from my server? I know if I paste the link into WinAmp after hitting CTRL-L it will stream them, but I want it to happen automatically. IS there special code to do this? Thanks
  11. tyleri

    Form online to add MDB data entries?

    I'm having the damndest time trying to figure out how to get a form online to send data into an Access table already running on my server. Right now I have to resort to opening the Access file, then filling in the info into the table, and then uploading the 300kb file to my server. Does...
  12. tyleri

    Site Check - Feedback?

    Hey - I just finished up the first version of my band's website. Would you all be so kind as to critique it? I know the pictures on the photos page are too large, but the band members like them like that, unfortunately. I think of large images like that as sloppy. I tried...
  13. tyleri

    default.asp ?

    hi - i have an asp page that I want to use in place of the &quot;index.html&quot; page. what do i name the file so it will be loaded up if you type in the url of http://www.omnisoul.com I type in www.omnisoul.com and it shows the page, but no asp data. I type in www.omnisoul.com/defalut.asp...
  14. tyleri

    Only show the most 5 recent records

    I have a table with an autonumber as the key field. How can I make a query that only shows the most 5 recent records that have been entered?
  15. tyleri

    Date - Select Today and any future dates?

    I am running a query that displays a listing of dates. how can I make it so that it only shows the current dates or anything in the future. I do NOT want to see any past dates. Thanks
  16. tyleri

    SQL Sate - elimate post-dates

    I want the asp code to only display dates including the current date and any future dates. how can I eliminate any expired dates? here is what i have to work with now: Set rstSimple = cnnSimple.Execute(&quot;SELECT * FROM shows&quot;)
  17. tyleri

    ADO Connection with ASP &amp; MS ACCESS

    I am running my work on a Win2k server. I am using MS Access as my database. I have a date field, and it is formatted like this: 10/21/2002. How can I make it say &quot;MONDAY, October 21&quot;? I want the user to be able to enter the date as 10/21/2002. Can this be done in a query in...
  18. tyleri

    Set focus to textbox in Form Header?

    in the &quot;on current&quot; part of the form, I want to write a module in VBA that will set the focus to &quot;applications&quot; labeled textbox in the Form Header. How do I do this?
  19. tyleri

    Better question - how do I turn off Debugging Errors in Forms?

    How can I turn off the debugging error messages in my form? It functions how I want it to when I click &quot;End&quot;
  20. tyleri

    Data is &quot;zero-length string&quot;?

    I have blank form. I am selecting a record from another table, these records are listed in a combo box. When I select one of the records, I am trying to get it to populate the information in the form from another table. I originally had it working fine, but when I moved away from the record...

Part and Inventory Search

Back
Top