Hello I am collecting info from a form and trying to insert it into a Access Table.
I am getting the following error.
Syntax error (missing operator) in query expression ''Thu Jul 01 19:35:59 2010david's Test', '4')'.
I have printed the Sql and it is Insert INTO CustomEntry (EmailAddress...
Hello,
This is simple I know, but I am have an issue when trying to insert data into a SQL DB.
I am collecting data from a user and then inserting the data.
I think I am connecting to the DB correctly but I can seem to add the records.
Thanks for the help
<%
firstName=Request.Form("Fname")...
Hey Feherke,
I wimped out and just used frames. I agree that it would have been to much work tying to initialize every time- I had started to work on that aspect in the beginning and then skipped over it.
Frames suited my needs well for this project.
Hello Feherke, Thanks for taking a look.
The visitor will not be able to link directly to the page - they have to login first and then navigate to the page. As for the amount of information - The target div will contain about 10 - 20 thumnails that the user will be able to click on and that will...
Hello,
I am making a photo gallery and I have a bunch of photos that are organized by month. I would like a user to choose a date from a drop-down menu on the left side of a page and then the div in the middle of the page will display the images for that month. I have done this in the past with...
Hello,
I am making a photo gallery and I have a bunch of photos that are organized by month. I would like a user to choose a date from a drop-down menu on the left side of a page and then the div in the middle of the page will display the images for that month. I have done this in the past with...
thanks,
Actually I am not using vb ASP but rather JSCRIPT , anyway I got it to work by :
function reDirect(){
var cc= document.formName.jobsite.options[document.formName.jobsite.selectedIndex].value;
//alert the value needed for testing purpose
alert(cc)
}
Full code below.
<!DOCTYPE...
Hello,
I have a page with a drop down that allows users to select a job and then they will get redirected to the apropriete page from this selection.
my siiue is with collecting the data from the drop down and making it a variable.
I can do this of I use a form and send them to a processing page...
Hello I have a div inside a div that I want to remove the blue color and underline from a link.
the HTML is:
<div id="renovate_Wiebe">
<div id="renovate_Menu">
<b>RENOVATIONS</b><br>
<br>
Port Royal Residence<br>
<br>
<a href="remodel_Wiebe.html">Harbourtown Townhouse</a><br>
<br>
<a...
Hello I have a Spry menu that works well I am trying to set it up so that when you mouse over the sub menu It adds a border BUT I don't want a border over the main headings.
The main headings are rollovers and that is fine but I do not want them to have a border. It works correctly for the menu...
Hello,
I have been connecting to an access db and its been working fine but all of a sudden I am getting this error -
Provider error '80004005'
Unspecified error
/loginVerify.asp, line 15
the error points to the dsn name -- connect.Open("DSN=hhhba");
<%@ language=JScript %>
<!-- #include...
If I need a user to open a file I just create a link -
<html>
<head>
</head>
<body>
<a href="Array.docx">array</a>
</body>
</html>
Do you need to use javascript?
Hello,
I have a few tables that uses access, I am working on allowing them to edit the data. I have a page that allows the user to select which data they want to edit now I need to choose the table that contains the data.
Below is the code I have that is failing.
%@ language=JScript %>
<!--...
Hello Kirby,
I guess thats the beauty of these forms -
They help people like me sort out my logic!
I really thought I had to loop through the DB but just looking for the location of the name makes more sense and works well!
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.