Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lynxvoodoo

  1. lynxvoodoo

    Calculation fields in text box

    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
  2. lynxvoodoo

    What type of query do I use?

    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 =...
  3. lynxvoodoo

    What type of query do I use?

    The three example tables I am using are: customerdetails orderdetails itemsordered customerID orderID itemOrderedID customerFirstName orderCustomerID orderID customerLastName orderDate productQuantity customerUserName orderAmount customerPassword...
  4. lynxvoodoo

    What type of query do I use?

    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
  5. lynxvoodoo

    What type of query do I use?

    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...
  6. lynxvoodoo

    Error updating records in database!

    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...
  7. lynxvoodoo

    Replacing standard submit button with own image button.

    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.
  8. lynxvoodoo

    Replacing standard submit button with own image button.

    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...
  9. lynxvoodoo

    Limiting items displayed per page?

    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...
  10. lynxvoodoo

    Store data in database as well as emailing user

    RichCraig! Thanks for responsding to my request. Have given youself a start for taking time to help with my problem. Regards, Lynx
  11. lynxvoodoo

    Limiting items displayed per page?

    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...
  12. lynxvoodoo

    Limiting items displayed per page?

    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...
  13. lynxvoodoo

    Store data in database as well as emailing user

    onpnt (Programmer) Thanks! for pointing me in the right direction. Have manager to resolve this problem. :)
  14. lynxvoodoo

    Store data in database as well as emailing user

    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...

Part and Inventory Search

Back
Top