Hi! Could someone please advise as to how I can calculate values entered into text fields and then display them in text fields 3.
e.g textfield1 + textfield2 = textfield3
Any help is greatly appreciated.
Nan
Hi!
I have an access dbase with more than one table each linked to one another in some way. The question I have is what type of query do I use to call data from the different tables. e.g I would like to call "customer surname and firstname" from table-1 and "customer status and...
Hi! Once I login to my system using the appropriate username and password, it does pull the specific user records. The problem though is that the process does not seem to update the record and when I press on the continue, it simply displays the error message ("Sorry! Could not process your...
Hi! The following code produces a sumbit button which works. But my question is how can I replace the standard submit button to one of my own?
Dim strAction
strAction = UCase(Left(Request.Form("action"),8))
Select Case strAction
Case "CONTINUE"
Response.Redirect...
Hi!
Just out of interest I have been learning how to create a shopping cart, thanks to the various sources available off the net. The problem though is that I have been looking at the follwoing code which displays items from a database BUT how can I limit the number of items displayed per...
Hi!
I am new to asp coding and would be greatful of any help with the following.
I have created a form which once the user enters data into and click on the "submit" button, the data is stored into the database. BUT what I would like to be able to do is store the data in the databse...
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.