Search results

  1. B

    Word Merge from specific information in the form

    Anyone mind pointing me towards their favorite tutorials on how to use the Word Merge function of Access 2010 (or compatible)? I specifically want to learn how to take the specific information from a form and use that data (or data in the subform) to merge with the word document.
  2. B

    Query for a joining table creating ambiguous join

    Question: Would it also work if I set the join to only include rows where the join fields from both tables are equal for both relationships?
  3. B

    Many-to-many relationship form design

    Hokay, so... I have a Judges table, a County Information table, and a Judges_County joining table (since there are many judges in one county and there are some judges that preside over many counties). The kind of form I was thinking about was my main form would be my Judge Information form...
  4. B

    Query for a joining table creating ambiguous join

    Hello! I tried searching for this topic, but didn't find anything, so sorry if this is a repeat. I attached a zip file with an image of the three tables I'm using to create a query. I have a Judges table and a County Information table, and since there are some cases where judges rotate through...
  5. B

    Problems with search code

    That actually explained it quite nicely, having it broken down like that. Thank you.
  6. B

    Problems with search code

    Also, the fix worked brilliantly and I appreciate you two helping me out. Edit: Reading up on delimiters now. Thanks sneuberg.
  7. B

    Problems with search code

    I see what you're saying. Now I think my confusion is coming from trying to fully understand that line of code. rst.FindFirst "CountyID= " & Me.cboCountySearch.Value This is saying to find the first value in CountyID that matches the value in cboCountySearch, right? I see why "County ID ="...
  8. B

    Problems with search code

    What does this do and why would it cause a syntax error?
  9. B

    Problems with search code

    I made a basic form for a County Information table. I'm trying to use some VBA code I found (I can't post the direct link, but it's from fontstuff), so that I can perform a simple search for each county outside of the Navigation Bar. This is the code that I'm using: Private Sub...
  10. B

    How to search my entire database

    Would anyone mind breaking down this code and what it's doing? It would be great to understand more exactly what's happening on the back end to make this work. Thanks in advance!
Back
Top Bottom