Search results

  1. B

    Export All Database Objects Into Text Files

    I would export to text file to use SVN to manage the project versions. But, it is true, I can export all, compare and import only modified files directly from the Access file. Thanks a lot!
  2. B

    Export All Database Objects Into Text Files

    Thank you for your answer! I tried to export all my access application (forms, queries, modules). And I have some queries like this ( "~sq_cdd~sq_cfDefectReportRows_In" ). Now, I will import the application in a new access file and I use: Application.LoadFromText acForm, "YourFormName"...
  3. B

    Export All Database Objects Into Text Files

    Hello! I use this code to export all my objects. But I have some "news" query with the name like "Query_~sq_cdd~sq_cfDefectReportRows_In.txt". I don't have a query called "~sq_cdd~sq_cfDefectReportRows_In" in my programm. But I have a form called "fDefectReportRows_In". What is this type...
Back
Top Bottom