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!

Search results for query: *

  1. Kerpal

    Is it possible to have 2 tables/cursors in a FoxPro report?

    Mike,Jim and ShyFox. Thanks muchly for your insight, you guys are the best!! Regards, Thao
  2. Kerpal

    Is it possible to have 2 tables/cursors in a FoxPro report?

    Greeting FoxPro Comrades, I ran into a situation that I would like to use two or more cursors/tables in a FoxPro report but I dont know if this could be done. Right now I have to use UNION SQL combine the cursors together and then generate report. Thanks you kindly for looking at this.
  3. Kerpal

    DELETE SQL QUESTION

    That's too bad that there are no other alternatives. Because what I really have is: DELETE Cells.Qty WHERE Cells.Version_ID IN (SELECT Version_ID FROM Version,Enterprise,Component, Planning_Item,Location,Product WHERE Version.Enterprise_ID=Enterprise.Enterprise_ID AND...
  4. Kerpal

    DELETE SQL QUESTION

    I have a Delete question: Say you have a QTY table, with field AMNT and field SKU_ID Then you have a SKU table with field SKU_ID and ITEM_ID and LOC_ID Then a LOC table with fields LOC_ID and LOC_NAME And finally a ITEM table with ITEM_ID and ITEM_NAME. I want to delete from QTY where LOC_NAME...

Part and Inventory Search

Back
Top