Recent content by papyturbo

  1. P

    Export All Database Objects Into Text Files

    Hi, no idea! :D Besides, I don't see why you would export to text, then import from text, rather than directly create a new blank file and import from the old file? If you import all objects directly through Access, it will certainly do it properly.
  2. P

    Export All Database Objects Into Text Files

    Hi Bobble, query names with "~" are very common in access, if you look through the entire collection of querydefs. They are the temporary queries, created and stored by Access itself, when you use an SQL string in a property (source of a form, combo...). For this one, you should be able to...
  3. P

    Export All Database Objects Into Text Files

    Hi, everybody, Hi, ghudson. First of all, thanks for the code in ExportDatabaseObjects() (locked thread). It turned out extremely useful in searching the contents of a very old Axs97 application. Running your code, I ran into several problems including crashes, file name errors, ... 1-...
Back
Top Bottom