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 SkipVought 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: Jaked
  • Order by date
  1. Jaked

    Printing Reports from Access 2000 in VB6

    Can anyone tell me what is the code to Print Reports that have been created in an Access Database from VB 6.
  2. Jaked

    Deleting Records in Access 2000 Help please needed urgently

    I am looking for a code where I can search for a specific Record in a Access 2000 and when it is found to click on another command button to delete it. Can someone help me please
  3. Jaked

    using DAO to find a record in a table

    What kind of database are you using? Maybe I can help
  4. Jaked

    ADO controls

    I have a table and try to add records in the table by using 2 text boxes and an ADO datacontrol. I have an empty table I get an error when trying to add the first record, but when I set up the first record manually it adds records after that. I use Access 2000 and VB6. In my table i have a...
  5. Jaked

    VB 6.0 and Access 2000

    Instead of using a DAO use an ADODC. It is found under components. Create a control on the form and in your property box go to custom. Then at "Use connection string" click on build. On the provider tab select Jet 4.0 click on next Select your database name and click on test...
  6. Jaked

    Using Adodc to read and write to databases VB6

    I have two databases. It is set up in the following way: Each one is linked to an ADODC control The tables are read in the program by linking to the ADODC's text boxes. I have also created a prompt to ask for the product code. When the user type in the product code it displays the information...
  7. Jaked

    Using Adodc to read and write to databases VB6

    I am linking a form to 2 database tables. I use one table to read information such as prices of products, but at the same time I need to record that information to another table. I have set up the Adodc1 to read the one table, but I struggle to get Adodc2 te record to the other table. Please help

Part and Inventory Search

Back
Top