Results 1 to 4 of 4
  1. #1
    Dhivya is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2014
    Posts
    2

    Extracting data from reports

    Hi,


    Can we able to extract data from access reports using vba code. If so,kindly help me in this.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Data is stored in tables. Use queries to retrieve data from tables. Use Reports and Forms to show data retrieved.

  3. #3
    Dhivya is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2014
    Posts
    2
    I want to take metadata of the report like filters used in the report, layout properties, tables and columns used to build that report. Is there any code available for that

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    You can use DAO to access the properties of QueryDef. Your report will be a QueryDef in the CurrentDB.QueryDefs Collection.
    http://msdn.microsoft.com/en-us/libr...ffice.15).aspx

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

Similar Threads

  1. extracting data from field
    By focosi in forum Queries
    Replies: 6
    Last Post: 02-11-2012, 03:12 AM
  2. Help! Extracting Data from table to Form.
    By iProRyan in forum Forms
    Replies: 3
    Last Post: 01-29-2012, 02:12 PM
  3. Replies: 8
    Last Post: 12-21-2011, 05:50 AM
  4. Extracting text from XML data
    By rob4465 in forum Access
    Replies: 1
    Last Post: 03-18-2010, 06:41 PM
  5. Extracting data after a keyword
    By KerryA in forum Queries
    Replies: 1
    Last Post: 02-11-2010, 09:56 PM

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