Results 1 to 3 of 3
  1. #1
    SC5138 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2016
    Posts
    2

    Access Marcos - New to this

    Hi

    I wonder if you can help. I created some code in Excel to basically import a report, pulling out the specific columns and then adding the count and values of the columns. This was populated in specific cells on a another tab all by pressing the 'import' button.



    Now as my data is now too big for excel, I need to replicate this in Access database. I am new to writing marcos in Access.
    Can this be replicated?

    Any help would be great.

    Thanks in advance.

    SC

  2. #2
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    The functionality can be replicated. Suggest you start by researching the TransferSpreadsheet method of the DoCmd object for Access. The name of the method is somewhat misleading as it's not restricted to transferring spreadsheet data. The count and totals part would be handled by queries, which can be presented as datasheets or displayed as a form or report. A lot of responders here don't seem to use macros very much (I almost never do), preferring vba code, but are willing to take a peek at created macros that don't seem to function properly. The macro can also be fired by clicking a button, same as you seem to be doing in Excel.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    SC5138 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2016
    Posts
    2
    Thats great, thanks.
    I will look this up and I may be back with more questions.

    Thank you.
    SC

Please reply to this thread with any new information or opinions.

Similar Threads

  1. how to use marcos?
    By Bala Preetha in forum Access
    Replies: 5
    Last Post: 11-19-2010, 03:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums