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 Chris Miller 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: landShark
  • Order by date
  1. landShark

    How to use the BULK INSERT with a file that has double quotes

    You have to setup a format file to process a text file that has quotes around every field. Here are the details: this is two lines from a sample text file: "1","2","3","4","5","6","7","8" "22","23","33","44","45","56","57","58" There are 8 fields to process. Here is how the BULK INSERT...
  2. landShark

    queries and subforms ??

    check out the microsoft pivot table active-x control.
  3. landShark

    UPDATING ACCESS 2000 DATABASE BY WAY OF TEXT BOXES USING ADO & SQL

    try adding the following line before the update: rst.CursorLocation = adUseClient let me know how it goes.

Part and Inventory Search

Back
Top