Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 41
  1. #16
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936

    You could also create a query as the record source and link to the tables (such as category) to get the missing fields.

  2. #17
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    Thanks! I fixed all those problems and now when I try to run any of the reports I get this error message from when the ProblemID was incorrect and I don't know where it's coming from so I can fix it.

    I added the StaffID, CategoryID and ProblemID to the detail of the report and turned Visible to No.
    Wasn't sure if they needed to be on the actual report or in the field list.
    I included a pic of the error message.
    Attached Thumbnails Attached Thumbnails Error 3075.PNG  

  3. #18
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    I added the StaffID, CategoryID and ProblemID to the detail of the report and turned Visible to No and they are also now part of the Problem_Record tbl which I use for everything.

  4. #19
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Change the field name on the table to be without the space. Spaces are considered very bad naming convention anyway. That seemed to fix it for me. If it does pop up again, then fix it where it happens.

  5. #20
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    I changed the ProblemID in all the tables. I recreated the Row Source queries. I don't know where this is pulling from. If your copy of the DB works can you send it back to me.

  6. #21
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    My copy doesn't have the correct table layout. The ProblemID is also on problem_record table, change the name to match the problem table.

  7. #22
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Post your db.

  8. #23
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    OK. Found IT!!! Last thing not working!! All the boxes are now able to show the list and I can mulitselect items. The reports for Staff, Category and Problem all run but are not returning any data. I am so close!!

    I appreciate everyone's help as this is due to Senior Mgt on Monday to demo!

  9. #24
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Not sure if you are still asking for help? If so, post your db.

  10. #25
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    Here is the latest version.
    Attached Files Attached Files

  11. #26
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    You are filtering the report - change the WHERE to FilterName.

  12. #27
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    Dim strWhere As String 'String to use as WhereCondition

    Is this where I am suppose to change the Where or is it someplace else.

  13. #28
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Here:
    DoCmd.OpenReport strDoc, acViewPreview, FilterName:=strWhere, OpenArgs:=strDescrip

  14. #29
    PinkLady50 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    171
    It Works!!!! Thank you so much for your help and patience!!!!!!
    Happy Friday!!
    Have a great weekend!

  15. #30
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Great! Hope Senior Management are impressed!

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

Similar Threads

  1. Replies: 2
    Last Post: 09-10-2014, 11:30 AM
  2. Replies: 3
    Last Post: 03-05-2013, 11:17 AM
  3. Replies: 4
    Last Post: 07-25-2012, 04:01 AM
  4. Replies: 6
    Last Post: 05-30-2012, 12:32 PM
  5. Error 3075 Missing Operator
    By KLynch0803 in forum Queries
    Replies: 5
    Last Post: 02-11-2010, 01:13 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