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...
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 "Jon Doe" or it might have "Jon Doe / Jane Smith".
In...
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=" ... but i don't have a clue what do put in there, or write javascript somehow and reference the script in the onload=" function. any...
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!
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
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.
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...
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...
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
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...
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...
hi - i have an asp page that I want to use in place of the "index.html" 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...
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
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("SELECT * FROM shows")
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 "MONDAY, October 21"? I want the user to be able to enter the date as 10/21/2002.
Can this be done in a query in...
in the "on current" part of the form, I want to write a module in VBA that will set the focus to "applications" labeled textbox in the Form Header.
How do I do this?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.