Search results

  1. C

    Need Help with Search Code

    Hello Everyone, I found a code on the internet that I liked, but I cannot get it to work. I have a form with that has a subform within it and then two combo boxes of headers. The user has an option to select from either one and click on the search button. I will attach all the code that...
  2. C

    Update query assistance please

    I have two databases within my project. One has a table created in the database and one is a linked table to another database. I would like the one table to update the other table when they exit the database. The one will be my backup table if someone deletes it by accident or something. So...
  3. C

    Compile Error - need assistance please

    Thanks everyone as I completely confused myself and to make life easier I just wrote a query and everything works perfectly now. Thanks everyone!!
  4. C

    Trying to code INSERT INTO Table

    I found my mistake - I was using an insert into command when I was actually just updating a record. I also ended up just making a query instead and that fixed the issue. Thanks for the suggestions!!
  5. C

    Trying to code INSERT INTO Table

    Yes the approval field is a text field. Thanks
  6. C

    Trying to code INSERT INTO Table

    Hey guys, I have a form that is calling data from a table. Then the user can determine if they approve the question or not. So what I am trying to do is take one combo box that has yes or no and write it to the database. I thought I had it correct, but appears I do not as it is not...
  7. C

    Compile Error - need assistance please

    So should I put them back in and try removing some of the quotes instead? Thanks
  8. C

    Compile Error - need assistance please

    So what I did was I removed all the "Me." and it worked fine. Does anyone have an idea why that worked? Thanks
  9. C

    Compile Error - need assistance please

    Hello Everyone!!! I am new to the forum. I came across it trying to find a solution to my problem. I have some code and it is giving me an compile error and I cannot find it for the life of me. I need someone else to look at it and tell me what I am missing. Below is the code <code>...
Back
Top Bottom