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 strongm 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: *

  1. monaamit

    Input form to submit info to two asp pages

    The insertpage is passing the info to thankyou page through a querystring. I problem is that I am need to send a memo field that has 8000 characters to Thank you page, I cannor redirct through query string.
  2. monaamit

    Input form to submit info to two asp pages

    Hello, I do not know ASP at all. I have working on ASP Page already in production. The page submit the info to SQl table through Insert ASP page. After inserting successfully the insert page is redirected to thankyou page which sends email to clients that their form is submitted (internet). My...
  3. monaamit

    Import text file to sql DB

    Thanks, I was thinkng of doing it in SQL 2000. It is txt delimted file and I need to import and I need to import only 3 columns
  4. monaamit

    Import text file to sql DB

    Hello, I need ideas how to import txt file to sql database. Thanks, Mona
  5. monaamit

    How to stop asp page to reload again by clicking refresh

    I have two asp pages. One collects data, and second one sends thankyou email. The secong page sends email as many times as users refreshes the page. How can I stop reloading the page. Please help.
  6. monaamit

    How can you set focus on input type in ASP

    I have created a form a that has required fields.How do I set focus the field that is missing data in ASP
  7. monaamit

    Help with insert in sql

    I am new in SQL, I am trying to insert data from two tables into one table. I am deleting the data before adding new data. If I run individual queries it runs, If I run all together the table is empty. Please HELP!!!! Here is my query. set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER...
  8. monaamit

    Crystal 9.0

    Hi, I am pullind data from ar_unpaid_bills, Sql table. In table I have four interst dates fields. i.e date1, date2, date3 and date4.All the fields are populated.I need to pull the latest date in my report. for example if date1 = 01/01/2006, date2 = 01/05/2006, Date3 = 01/09/2006 and date4 =...
  9. monaamit

    Hw can I pull same "Like" ids from another table

    No, I do not have design control over a database
  10. monaamit

    Hw can I pull same "Like" ids from another table

    Thanks for quick reply. Another big favor. I am doing query backwards now. I am pulling all the purchase order which was finalized in 2006. My payments id's are as below 'F' in the end means finalized. L9991/WE306F L9281/WB337/F M0097/F I need to pull all orders with like Order_id. see...
  11. monaamit

    Hw can I pull same "Like" ids from another table

    what will be the correct syntax on SQL server for Val(mid(Payment.ID,1,instr(Payment.ID,"/")-1));
  12. monaamit

    Hw can I pull same "Like" ids from another table

    Hello, I am working on Access application. One of my table has Purchase order and another table have payments made to purchase orders. I need to pull all related information from payment table. My problem is the id's for purchase orders are not same and same length. Suppose purchase order is...

Part and Inventory Search

Back
Top