Recent content by rachel_harder

  1. R

    VBA not working on shared database

    So I finally got everything working!!! I don't understand why it works now but it is. I just deleted the button that was not working and deleted the form it was supposed to open. I then remade the form and button and then put the same code I was using on the button to open the form. Now everyone...
  2. R

    VBA not working on shared database

    Ridders, You sparked my memory We are working with 32 bit Access 2016. We are all running windows 7. The db was originally made using Access 2010 I just don't know the bit of it, but I would assume 32 also:confused:. Then my company did a company wide update to windows 2016 just a couple of...
  3. R

    VBA not working on shared database

    Ridders, I have looked at all the issues you have stated multiple times and as near as I can tell everything looks right. I have even tried rewriting the code from a coworkers computer and that still did not work. I would then come back to my computer, and the rewritten code that I did on the...
  4. R

    VBA not working on shared database

    Hello Ridders, I do have the database split, and all the links to my tables are working fine on my computer. I just can't seem to find a reason as to why it will only work on my computer and not on any of my coworkers.
  5. R

    VBA not working on shared database

    I have a Database that I have built and have put onto a shared network so my coworkers can use the same database we all can track things from our own computers. The database has a form that can open different forms depending on the button that is pushed on the form. When I test everything out on...
  6. R

    Date Range in VBA

    Hello, I have a form that has several drop down menus on it. I use the form to filter the database to only the options that are put into the drop down windows. I have it set up so that every window does not need to be filled in for the filter to work. Now I am trying to figure out how to put the...
  7. R

    Query from a Form

    Thank you for all your help!
  8. R

    Query from a Form

    That example does not really help me because it will only pull up records with the last name of King in the last name field. But in my fields I have a possibility of 17 different options that could be selected per the drop down menus. In the shown example you only have one option you can choose...
  9. R

    Query from a Form

    What would an example of VBA look like. The names of the fields I am working with are "QC Inspector" "Division" "Type of Inspection" and "Bus Number" Thank you for your help.
  10. R

    Query from a Form

    Hello, I have a form with drop down menus that I use to run a query. On the form I have 4 different drop down menus. I am wondering if there is a way to refine the query if more menus are filled in but if one is left blank then the query will still work. Right now the only way I have figured out...
  11. R

    Attachments in Queries

    Hello all, I am working with access 2010 and I have a database that has attachments in the table. I have set up a query to in by database but every time I have a record with 2 or more attachments on it it shows that record as two different records in my query. I am wondering if there is a way I...
  12. R

    Form Filtering in a Report

    Thank you so much. That fixed my issues.
  13. R

    Form Filtering in a Report

    Hello all, I know that this has been discussed before but I can't seem to make it work for me. I am using Access 2010 and am trying to get a form emailed with outlook. I have set up a Macro that will open a report from my form and then attach the report to an email as a PDF. But what I can't...
Back
Top Bottom