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

    Using VB and Databases

    I am trying to learn how to use VB with databases. Does anyone have some good suggestions on programming books? Thanks, KT
  2. KrazyKT

    Using Sum in a field with duplicate records

    I am trying to create a text box with a calculation format. I want to sum the field excluding the duplicate quantities. Is there a way in doing this instead of just using =Sum([Quantity]). This will give me a sum that has the duplicate quantities in it. Thanks, KT
  3. KrazyKT

    Help with Dir function

    I currently have a module that will export five tables to text. The tables have to be in the mdb I'm using. I know Dir will call all files in a directory. How do I go about either importing them into one mdb file with the same five tables or just opening them and exporting their tables...
  4. KrazyKT

    code to call mdb filenames within a database

    Is it possible to use a database with mdb files in it to call from? I'm using VBA to export a large quantity of Access tables to fixed length text files. I have it working to pull one. I thought maybe it was possible to use a table to list the Access files. As my program loops it will open...
  5. KrazyKT

    Using a table with mdb files to call the files.

    I am using multiple databases. Each contains five tables each. I've created a module to convert the Access tables to text. I need it to be able to open multiple files and run them. I've got the recordset running using code only for one file. I need to know what code to use for a table that...
  6. KrazyKT

    Using VB/VBA to export Access tables to fixed width text files

    I have Access files with four tables each. I need a faster way to use code to pull the file in a certain directory and export the tables as text. The four tables with the Access files have same structures and names. I know this can be done, I just don't have the experience behind me to help...
  7. KrazyKT

    using VB to export tables in Access to text

    I have a large quantity of Access files each with four tables in the files. I need an automated way to go into a directory and then export the Access tables as fixed width text files. I know this can be done in VB, I'm just not sure how. KT
  8. KrazyKT

    Importing multiple Access files into one Access destination file

    I have a large amount of access databases with four tables that need to be imported into one database with the same four tables. Is there a way using a module to import all the files in a directory into one access database? Append queries will not make this process quick enough. I am...
  9. KrazyKT

    Importing multiple access files into one destination access file

    I have numerous Access files with four tables each needing to be imported into one Access file with the same table structures. The four tables each have the same structure per database. I need a very fast procedure to do this. Append queries will be too slow. Is there a way using VBA to call...
  10. KrazyKT

    Macros - TransferText

    I'm working with numerous tables.  I created a macro to transfer the text using TransferText command from the tables to text files.  Is there a way that I can automatically have the text file pull the same name as the table?  I know you can type it in, but I'm...
  11. KrazyKT

    TransferDatabase Action in Macros

    I have created a macro in order to transfer four tables on information to another database with the same four tables.&nbsp;&nbsp;I will have numerous tables to add to this database.<br>I used the transferdatabase action and it worked.&nbsp;&nbsp;How do I get it from overwriting the information...
  12. KrazyKT

    Appending Database tables

    I still need additional help.&nbsp;&nbsp;I have a large <br>quantity of databases with four tables in Access that have to be appending into one Access database containing four tables.&nbsp;&nbsp;I don't know much about programming in VBA.&nbsp;&nbsp;I know how to use append queries, but I need...
  13. KrazyKT

    Appending Table from one Access file to another.

    Help.&nbsp;&nbsp;I know how to create append queries in order to append one table in one mdb file to another.&nbsp;&nbsp;I have a large quantity of tables&nbsp;&nbsp;that need to be appended into one table.&nbsp;&nbsp;Is there anyway to speed this process up?&nbsp;&nbsp;Thanks for the...
  14. KrazyKT

    Repeating Title in Crystal Reports?

    I have just started using Crystal Reports.&nbsp;&nbsp;Is there a way to display the title on <br>each page of the report? If so, how?&nbsp;&nbsp;Thanks for the help.<br><br>KrazyKT<br><br>

Part and Inventory Search

Back
Top