I am so frustrated , woke up at 4.00am and in the last 4hrs been battling with a validation & calender pop up for my SIMPLE input box. behind already with this office project
I thougt my initial code worked but , adding on the pop up window I got online from a google search the 2 codes did not...
thanks Ifigured out my error used this
<OPTION Value="<%=RS("Access_UserName")%>"></option
instead of
<OPTION Value="<%=response.write rs("Access_UserName")%>"></option
thanks!!
I would like to populate my drop down menu on an asp page with values from a database-ACCESS.
below is what i have so far , it gives me no errors but the drop down is not being populated.pls what am i not doing right???. New too this functionality
<select size="2" name="AUserName">
<OPTION...
Am sorry , can u show me where exactly in my code i should avoid spaces in the table /field name and remove a comma from the where statement. the where has no comma??
I have a table with a billno and billstatus field in access.
I have an asp page that display's the bill no, then a drop down box with 2 options to pick from eg active & nonactive. when the user picks an option from the drop down and submits , the billstatus field in the table is updated with...
below is my script in asp which works well and updates my access dtabase table, BUT [ SQLStmt = SQlstmt & "CCDATE=#" & Now & "# "] This piece does not update with the date. Am I missing a quote or.....
Thanks as always,
Ify
SQlstmt = "Update BILLTABLE Set "
SQLStmt = SQlstmt & "COMMENTS...
Still wondering if anyone has an idea of how I can remove borders or teh depresion of a text box field so the text in the input box hust appears as a writing???
‘Hey Guys have a question .
Have 3 asp pages. The first page displays information with a select statement on all bill from a dept.
Each of these bills it displays is a hyperlink which when clicked opens up a second page with just a more detailed information about that bill picked. This 2nd page...
Another quick question
In my page dept.asp where infor on a bill is displayed in 3 columnar headings How do I make each of those column heading to be a hyperlink and when clicked on resort the table/column in ascending order.
This is the script for the page so far.How do I add this...
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.