TransferText, ExportXML, ImportXML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rdemyan via AccessMonster.com

    TransferText, ExportXML, ImportXML

    Will someone please verify for me that these three methods, TransferText,
    ExportXML and ImportXML, can only be run on the current database, i.e. I
    can't run these from the front end in order to create either text or xml
    files for tables in a backend.

    Thank you.

    --
    Message posted via AccessMonster.c om


  • Lyle Fairfield

    #2
    Re: TransferText, ExportXML, ImportXML

    "rdemyan via AccessMonster.c om" <u6836@uwewro te in news:64aa3e16ab 941
    @uwe:
    Will someone please verify for me that these three methods, TransferText,
    ExportXML and ImportXML, can only be run on the current database, i.e. I
    can't run these from the front end in order to create either text or xml
    files for tables in a backend.
    Sure! TTBOMK, RDemyan can't run TransferText, ExportXML and ImportXML from
    the front end in order to create either text or xml files for tables in a
    backend (IIRCC).

    HTH

    --
    Lyle Fairfield

    Comment

    • rdemyan via AccessMonster.com

      #3
      Re: TransferText, ExportXML, ImportXML

      Alright then. I guess I'll put the code in the backend and then use
      automation to run it from the front end.

      Lyle Fairfield wrote:
      >"rdemyan via AccessMonster.c om" <u6836@uwewro te in news:64aa3e16ab 941
      >@uwe:
      >
      >Will someone please verify for me that these three methods, TransferText,
      >ExportXML and ImportXML, can only be run on the current database, i.e. I
      >can't run these from the front end in order to create either text or xml
      >files for tables in a backend.
      >
      >Sure! TTBOMK, RDemyan can't run TransferText, ExportXML and ImportXML from
      >the front end in order to create either text or xml files for tables in a
      >backend (IIRCC).
      >
      >HTH
      >
      --
      Message posted via AccessMonster.c om


      Comment

      • Lyle Fairfield

        #4
        Re: TransferText, ExportXML, ImportXML

        "rdemyan via AccessMonster.c om" <u6836@uwewro te in
        news:64ad579145 fb8@uwe:
        Alright then. I guess I'll put the code in the backend and then use
        automation to run it from the front end.
        >
        Lyle Fairfield wrote:
        >>"rdemyan via AccessMonster.c om" <u6836@uwewro te in
        >>news:64aa3e16 ab941 @uwe:
        >>
        >>Will someone please verify for me that these three methods,
        >>TransferTex t, ExportXML and ImportXML, can only be run on the
        >>current database, i.e. I can't run these from the front end in order
        >>to create either text or xml files for tables in a backend.
        >>
        >>Sure! TTBOMK, RDemyan can't run TransferText, ExportXML and ImportXML
        >>from the front end in order to create either text or xml files for
        >>tables in a backend (IIRCC).
        >>
        >>HTH
        Great! Let us know how it goes, and it would be kind of you to post your
        code. Except for creating tables in the backend, I always do all this from
        the front end so it will be interesting to compare our methods.

        --
        Lyle Fairfield

        Comment

        Working...