Search results

  1. G

    Printing report re-runs all queries

    I have a report with several subreports which run agains a very large table. If I decide to print the report after examining it, all of the underlying queries must run again. Is there any way around this to avoid this delay, other than exporting as rtf or snp? Thanks, Randy
  2. G

    Code to link text file as table

    I'm trying to figure out how to link a text file to my database with VBA. I know how to do this for other types of data sources, using the DoCmd.TransferDatabase acLink command, but need guidance using this with TXT files. Thanks, Randy
  3. G

    Change source for Linked Table

    True, but I'm trying to keep the same table name (tblSource) for the linked table, but change it's source from, let's say, from file1.txt to file2.txt. Thanks, Randy
  4. G

    Change source for Linked Table

    I have a linked table and want to change it's data source to another table entirely -- ie: different file name. Can this be done with linked tables, or can you just link to another file with the same name but in another directory? If linked tables have this limitation, how would you accomplish...
  5. G

    Custom Toolbar gone, can't reuse it's name

    A custum toolbar that I have had for years dissapeared -- it won't open, and it's not on the list. But when I tried to recreate it, I can't use it's name. I get a message that the toolbar exists! Any help will be appreciated. Randy
Back
Top Bottom