Results 1 to 14 of 14
  1. #1
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6

    Database is making a strange mistake

    I am running an Access database created by a friend and we're stumped. When I enter a horse's name and birthdate, everything looks great until I produce a pedigree for a horse.rptPedigree.pdf. Hopefully the pedigree attached. If you open it, you will see Sun's Delight D. and his birthdate is highlighted in yellow. When I generate the pedigree report, the birthdate has been changed. He was actually born in 1959. No matter which horse I try to generate a pedigree for, that same "cell" comes up with the wrong date. I'm somewhat computer illiterate and have no clue how to fix this. Would appreciate simple to understand step by step instructions.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    The report is interesting, knowing how Access prints reports.
    We would need to see the design of the report.
    I would think something is hard coded.

    Are the records put into a 'report ' table?

  3. #3
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6
    Wish I knew how it was built. I have no idea and can't seem to find where this is generated. I tried to print out several other pedigrees and it's always that same "cell" of the pedigree that gets messed up.

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    you cant look at the design?
    the source query?

  5. #5
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6
    Like I said, I'm fairly computer illiterate. I can populate the cells once the program is built but I don't know where to look to be able to fix the mistakes.

  6. #6
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    we can only help if you provide the design, or the actual database.

  7. #7
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6
    I really don't want to post the whole database here. Looked at messaging you and there isn't a provision for attachments in messaging that I can see

  8. #8
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Unfortunately, you can't attach files to private messages - forum software restriction

    The report design is unusual & would be interesting to look at.
    Open the report in Access (not the PDF version); right click on a blank area on your report and select Design view

    Then take a screenshot by pressing the PrtSc button on your keyboard.
    This saves the screen to the clipboard
    Next open Word or similar & paste in the saved image, save & upload the file here

  9. #9
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6
    [ATTACH]31866

    I hope this works
    Attached Files Attached Files

  10. #10
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    That's a good screenshot of your FORM but it's the REPORT we want to see
    Now click the button & open your report - then go into design view for that ....

    However, we'll probably also need to see the underlying data to make any sense of your question

    EDIT - sorry didn't see pg2 of your PDF - you should be able to get to design view by right clicking
    If not it can be done from the navigation pane

    BUT the data is going to be needed as I said before

  11. #11
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    right click on the report, design.
    then see what your field is connected to.

  12. #12
    NFF is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    6
    I tried to do that and the program won't let me see the design. When I right click on the pedigree, I get a + or - to make the print larger or smaller, that's all.

  13. #13
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Just a few ideas here (#3 first):

    1. Check your table Field Properties for both General and Lookup (located at bottom of tables). Of course that is if the data is correct up until you attempt to print the report then move on to next step.

    2. Open your report in Design View and look at Property Sheet under Event tab for [Event Procedures] so you can evaluate a possible coding issue in the VBA (if any) and then look under the Data tab > Control Source and Input Mask. Lastly if your report is based on something in one of your forms then repeat the same process but for the form related to the report that is generating the anomaly.

    3. "Convert Report's Macros to Visual Basic" and I would honestly do this step first ()because I have had MANY / ALL issues where my forms would go bonkers and it was a macro issue that was resolved when I converted them all for every form and report. When you convert the macros they are automatically added into the VBA Editor for each form and report but you have to open each form and report and manually hit the convert button (Ribbon Bar: DESIGN > Convert Report's Macros to Visual Basic [all the way to the right]). Also, you may need to edit the converted macros as some of them are disasters, just FYI.

  14. #14
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Quote Originally Posted by NFF View Post
    I tried to do that and the program won't let me see the design. When I right click on the pedigree, I get a + or - to make the print larger or smaller, that's all.
    If you cannot see / select Design View by right clicking on the top of report (i.e. bar area containing minimize/close) and selecting it (or like the image below) after opening the report then see Method #1 below:

    Click image for larger version. 

Name:	Capture.PNG 
Views:	19 
Size:	9.6 KB 
ID:	31919

    Method #1. DESIGN > Property Sheet > All
    *ensure you have report open in at least Layout View using the same methods described before. If unable to do so then skip to Method #2*

    Click image for larger version. 

Name:	Capture 1.PNG 
Views:	19 
Size:	22.9 KB 
ID:	31921

    Method #2. File > Options > Customize Ribbon

    Click image for larger version. 

Name:	Capture.PNG 
Views:	19 
Size:	106.7 KB 
ID:	31918

    Now repeat the aforementioned steps.

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

Similar Threads

  1. Strange relationship in database
    By jaryszek in forum Access
    Replies: 2
    Last Post: 08-07-2017, 12:42 AM
  2. Mistake under my name
    By Homegrownandy in forum General Chat
    Replies: 1
    Last Post: 08-14-2015, 07:53 AM
  3. Deleted records by mistake from a split database
    By jasonoleary72 in forum Access
    Replies: 2
    Last Post: 03-28-2013, 02:12 PM
  4. Replies: 13
    Last Post: 02-29-2012, 07:09 AM
  5. Replies: 6
    Last Post: 03-17-2010, 10:09 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