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: Pesteo
  • Content: Threads
  • Order by date
  1. Pesteo

    Trouble with Fox Pro Indexes....

    I am writing a database application that searces the database based on criteria given for one of three fields. The user is first required to selected the field to search, and then enter the criteria to search for. When the criteria is entered, the user clicks on search. The runs a procedure...
  2. Pesteo

    Adding the DAO library....

    I am working with access....and trying to declare a database variable using... Dim db as database but there is no database option, how do I add the DAO library so that this option will exist.... Thanks, Pesteo :)
  3. Pesteo

    Fox Pro Executable

    I am working on a FoxPro Database project. The project is built and runs fine from the main screen. I built an application file, and that runs and works as desired. I build an executable, and when I double click on the execuatble, It opens the program, and automatically closes it. I have...
  4. Pesteo

    Fox Pro Table Update....

    Here's the deal, I am working with a Fox Pro Database that has seven tables, I wrote a program that takes that a comma delimited text file, puts it into a cursor, and then from that cursor updates the record in the table... The update procedure is works as follows, One of the employees is in...
  5. Pesteo

    DataType Mismatch Error

    I am working on an access database, writing a dynamic search form. Code that builds that dynamic search query... *.........................................................* Private Sub cmdSearch_Click() Dim db As Database Dim rst As Recordset gstrWhereRec = "" If...
  6. Pesteo

    Referencing....

    I have a cursor with which I am trying to update an existing table with the primary keys already entered. What is the proper way of scaning through the cursor, selecting the matching table in the permanent table, and then passing the values from the cursor into the permanent table... I am...
  7. Pesteo

    Updating a Database Table from a cursor.

    Here's the deal, I have got a text file that contains information that needs to be inserted into a table embedded in a database with 500,000 records... The text file is set up as follows: "PK", "Date", "ID-Name", "Column_name1", "Data1&quot...

Part and Inventory Search

Back
Top