Results 1 to 3 of 3
  1. #1
    pedjvak is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2013
    Posts
    12

    Post Please fix my problem's report

    Hi Every body
    I attach a file which contain my database
    please open the "fit up report" you see !!!
    when you open it it asking you 4 times for enter data I don't know why ?
    if you can fix it and tell me why it make?
    maybe you have a better way to get same report if you have idea please show me


    thanksDatabase1.mdb

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Probably because the report/subreports are not linked on primary and foreign keys.

    Instead of subreports, try this query as RecordSource for a single report:

    SELECT [Fit up].*, Material.[Type Of Material] AS StartType, Material.[MR No] AS StartMR, Material_1.[Type Of Material] AS EndType, Material_1.[MR No] AS EndMR
    FROM Material AS Material_1 RIGHT JOIN (Material RIGHT JOIN [Fit up] ON Material.[Heat No] = [Fit up].StartHeat) ON Material_1.[Heat No] = [Fit up].EndHeat;
    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.

  3. #3
    pedjvak is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2013
    Posts
    12
    Dear June7
    thank you so much
    you are the best its work

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

Similar Threads

  1. Problem with a report
    By renegp55 in forum Reports
    Replies: 3
    Last Post: 05-18-2012, 01:34 PM
  2. Report Problem
    By access_man in forum Access
    Replies: 7
    Last Post: 11-14-2010, 12:07 PM
  3. report problem
    By mann2x in forum Reports
    Replies: 1
    Last Post: 10-09-2010, 06:10 PM
  4. Report Problem
    By RandRob in forum Reports
    Replies: 0
    Last Post: 11-18-2008, 05:39 PM
  5. Report Problem
    By tlitman09 in forum Reports
    Replies: 0
    Last Post: 02-20-2007, 09:26 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