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. jjjjjjj

    Drill down feature

    I have a large report that I have developed for my payroll users. This report contains individual payout data for each employee with a page separator for each employee. This report is about 1500 pages. Is there a way to incorporate the drill down feature in the compiled report for my users so...
  2. jjjjjjj

    TransferText method syntax

    Hi, I am trying to create a VB application that will refresh the data in my Access 97 database. I am trying to use the TransferText method of the DoCmd. Does anyone know or maybe even have an example of the TranferText method using the acImportDelim transfer type? Thank you, Jay
  3. jjjjjjj

    TransferText method syntax?

    Hi, I am trying to create a VB application that will refresh the data in an Access 97 database. I am trying to use the TransferText method of the DoCmd. Does anyone know or have an example of the correct syntax for this method? Thank you, Jay
  4. jjjjjjj

    Setting the database location of a Crystal Report in VB

    I have a VB application that I am developing. This app has a test, stage and production environment. Each of which is in it's own directory. Is there a way that I can set the location of the database for the Crystal Reports in VB? Is there a location property that I can set to CurrentDirPath?
  5. jjjjjjj

    Why does VB lock up when I use DoCmd.RunMacro "MyMacro"

    I am attempting to create a VB application that will run a Macro that I have created in an Access 97 database. My application can open the database fine but when I try to use DoCmd.RunMacro "MyMacro" it just locks up. I have tested the Macro and it works just fine if you run it...
  6. jjjjjjj

    How do I run a macro from VB

    I thought that it may be easier to just run the macro that was already created in Access.
  7. jjjjjjj

    How do I run a macro from VB

    Hi, I have created a macro in Access 97 which deletes records from the tables in my database and imports delimited text files. When I run the macro in Access everything works fine. However, I have been unsucessfull at creating an application to run the macro. Does anyone have any ideas on how...

Part and Inventory Search

Back
Top