I have a script that is "backing up" and "restoring" files. Because there are MANY files, many of which have thousands of records, the script takes a LONG time. I really have 2 questions:
1 - I have frozen the screen, but the delete records, import records, and export records status boxes are...
I can get a user's name from a log in page no problem. I have strName = Session ("Username")
I then have if the user name is "guest" (strName="guest") then go to a different server which is my guestbook to log personal information.
Here is the problem, after...
Is it possible to include a cc in a Submit button in Adobe? I know that I can <A HREF="mailto:who@wherever.com?cc=yohoo@somewhere.com"> but I can't get that to work in the URL of a Submit button.
I am NOT an expert in Access and don't even pretend to be, so don't hesitate to "dumb-down" your answers. You will not insult me!
Here goes:
In a table I have 2 fields both of which are numbers - YEAR and MONTH
Now I want to calculate the duration using the formula YEAR + MONTH / 12...
I have a table called CurrentDateAndTime. It consists of 1 field and 1 record. The field is called CurDateTime. It has an automatically filled in value from the function Now(). My db will be static not dynamic and this field will store when the db was last updated.
In my web page I have:
set...
Ok gurus -
In a field that is defined as "Yes/No" in Access, how do I make a comparison in ASP? Example:
sql = "SELECT INVEST, REF1CODE, NEWAC1 From AblProc WHERE REF1CODE='2AC20' AND NEWAC1='Yes';"
Having NEWAC1='Yes' gives "Data type mismatch in criteria...
I have had some WONDERFUL help on some previous questions this morning from
jlsmithprism
BDC2
FesterSXS
just to name a few helping me with several issues. I am now down to this one BIG BUG!!!! I have taken out ALL of my code except for the following:
<%@ Language=VBScript %>
<%
Option...
If I have
Set objRS = Server.CreateObject ("ADODB.Recordset")
sql="SELECT PTAGE FROM Median"
objRS.Open sql, objConn
iNumRec = objRS.RecordCount
Why is iNumRec coming out -1?
This has to be THE dumbest question ever asked, but I feel like I have tried everything and nothing seems to work! I have a list of numbers, sorted in ascending order in a table called Median - (yes I am trying to find the median value)
My code to peruse the list of numbers until finding the...
I have set up the database to make the connection, now I am trying to get information out of the db. The user will type in a username and password and I need to check to see if the person matches someone in the db. Pretty elementary I am sure, but I am doing something wrong.
<% Dim objRS...
I am creating my first asp web integrated page. I obviously don't know what I am doing. Although I used to consider myself a fairly knowledgeable programmer. I am using FrontPage 2002 and Access 2000. I am on a Windows XP Professional machine with IIS installed. I created my Form in FP and then...
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.