Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53

    but there not show records

  2. #17
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    When I link master and child field there was eror that shown in photo.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    The image I posted was design view of form.

    I did not try to set Master/Child links so that is new info for me to work with. Now I get the same error. I've never really needed CROSSTAB queries so am learning new stuff.

    This brings us back to the recommendation to use the method described in Allen Browne article. Revise the CROSSTAB query:

    TRANSFORM Sum(AssetSum.TotalDue) AS SumOfTotalDue
    SELECT [Item List].ECID, [Equipment Categories].Main, [Equipment Categories].[Sub-Category], AssetSum.ItemID, [Item List].Equipment, [Item List].Details, [Item List].SerialNumber, [Item List].Size
    FROM [Equipment Categories] RIGHT JOIN ((AssetSum LEFT JOIN [Project List] ON AssetSum.CostCenterID = [Project List].CostCenterID) LEFT JOIN [Item List] ON AssetSum.ItemID = [Item List].ItemID) ON [Equipment Categories].ECID = [Item List].ECID
    GROUP BY [Item List].ECID, [Equipment Categories].Main, [Equipment Categories].[Sub-Category], AssetSum.ItemID, [Item List].Equipment, [Item List].Details, [Item List].SerialNumber, [Item List].Size
    PIVOT [Project List].CostCenter In ("HQ","Lab","Mini-Office","New Office","New Yard","Yard");
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #19
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    Sorry. Where I can paste it?

  5. #20
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Just modify your existing query with the additional text in red.

    Can copy/paste in the query SQL view.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #21
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    Thank you very very much. ;-)
    And when I want add new project I must to add to into this list?

  7. #22
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Yes. And modify form or report for another textbox.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  8. #23
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    Thank you very very much.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 06-24-2013, 10:41 AM
  2. Replies: 2
    Last Post: 09-11-2012, 07:54 AM
  3. Help me - attached file
    By uronmapu in forum Access
    Replies: 9
    Last Post: 06-06-2012, 08:34 AM
  4. Please help me modify attached file
    By uronmapu in forum Access
    Replies: 3
    Last Post: 06-02-2012, 09:03 AM
  5. Replies: 5
    Last Post: 03-28-2012, 01:22 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