• What is Back-End Data File (Access2002)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » What is Back-End Data File (Access2002)

    Author
    Topic
    #368364

    I have an Access2002 accounting software. To import data to several tables in its data file, the publisher told me to open the back-end data file to use the native import function for Microsoft Access. What does this Back-End data file mean?

    Viewing 1 reply thread
    Author
    Replies
    • #576975

      The back end is where the tables are

      The front end is that ‘database’ that links to the back end tables, and contains the queries, forms, reports, and code.

      the database splitter produces, from A.mdb, two new files: a modified A.mdb as the front end, and A_be.mdb as the back end. Your publisher is referring to this ‘_be’ piece.

      • #576996

        It explains all. Thank you very much.

        My next question is how to do an import:

        I need to import the data from an Excel2002 file,
        called VENDOR.xls located at C:My Documents
        to a table,
        called TBLVENDOR.

        According to the publisher, I need to create an append query to append the records from the imported VENDOR.xls table to the TBLVENDOR table. How to create this append query?

        • #577014

          After carefully backing everything up…

          I would try the easy way: double-click the backend to launch axp. On the filemenu click Get External Data | Import and follow the wizard…

          • #577120

            If you need to program this (if it has to be done regularly) try:

            DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, “tbl_name”, (“Filename.xls”), True

    • #576976

      This assumes the database has been split into two .mdb files; one .mdb file that contains the tables and another .mdb file that contains the queries, forms, reports, macros, modules, and shortcuts to data access pages. The back-end is the one that contains the tables where your data is stored. The other is called the front end.
      HTH

    Viewing 1 reply thread
    Reply To: What is Back-End Data File (Access2002)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: