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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lynxvoodoo
  • Content: Threads
  • Order by date
  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! 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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