Hello All,
I am having a little problem with a javascript within my ASP code. Before hand I apologize if this is not the correct Forum to post this.
Senario:
I have an asp Page that has an javascript when you submit the page the java script opens outlook and enters some data into the email To...
cLFlaVA,
there are 16 text boxes and only numbers will be entered.
in your example I would only have to change the form name and do something with the submit?
would that be like on submit= document.forms?
I was able to find the following script but not sure how to add more fields this only compares 2 fields
<script type="text/javascript" language="JavaScript">
<!--
function BothFieldsIdenticalCaseSensitive() {
var one = document.form1.one.value;
var another = document.form1.two.value;
if(one !=...
hi,
I am working on creating a form. I have about 16 fields where the user need to enter a number. But I need to make sure that before the form is submited I can check that the user has not enter the same number twice and that is less than 100. I am new to programming and looking for some...
hello I am having some problems with a script that I am writing I have a table and I want a number to apperar if is = 12
rsGuestbook("perstat").value = 12 then response.write "<center><b><font color=""black""><bgcolor=""green"">" & rsone("perstat").value &...
I got it!!!
Ok here is what I did
Part Number Price Date Month
A123 $10 05/01/2007 5
A123 $25 03/02/2007 3
BC12 $05 03/05/2007 3
BC12 $05 03/06/2007 3
BD34 $15...
Ok I got it but now I get
Item Number 06/01/2007 06/3/2007 07/01/2007 0705/2007 A123 $05 $10 $05 $15
how could I put the moths together Like this
Jun July
A123 $15 $20
please forgive my ignorance but I only have create query in desing view and Create query by using wizard. I tried the Create Query by using Wizard and did not see the CrossTab
Hello, I am new to access.
I have imported a table that contains parts, price and the date they were sold. so my data looks like this
Part Number Price Date
A123 $10 05/01/2007
A123 $25 03/02/2007
BC12 $05 03/05/2007
BC12...
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.