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 again.
The second select query works perfectly. As for the first one I still seem to get an error, as follows -->
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'i.orderID =...
The three example tables I am using are:
customerdetails orderdetails itemsordered
customerID orderID itemOrderedID
customerFirstName orderCustomerID orderID
customerLastName orderDate productQuantity
customerUserName orderAmount
customerPassword...
Thankyou Jessica for reply.
Your reply was very useful to myself and really apprciate the help.
I just have one further question. Is it possible to link up more than 2 tables. If yes, how can this be done
Yogas
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...
Have tried the above but still get the same problem.
Have also tried by replacing onClick="this.form.submit();"
with onClick="Submit" but yet again still the same problem.
Does anyone have any suggestions.
Thanks in advance.
Lynx.
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 again.
I have decided to change the code to Response.write statements. Seems pretty straight forward (I think!!!..)
Thanks Brian for first suggesting this.
Niraj thanks for your help so far. I am still wanting to implement the page limitation script to the modified version. I understand...
Hi Niraj! Thanks for replying back to this message.
The info that you have supplied seems to be what I am after but its just that I am new to asp and creating a shopping cart may be abit advanced for me but its something that I have always wanted to learn.
I still want to implement the above...
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.