Search results

  1. W

    List all records with the same customer name

    Hello. My Google searches have not yielded much help on this question: Is there a way (via the form) to search for all the records that have the same customer name and have that list show up so the user can select the exact record s/he needs? Thansk, Scott
  2. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    I would really appreciate that. Thanks so much!
  3. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    One last question--how do make it so my email address doesn't show to everyone.
  4. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Never mind! I figured it out the typo!!! Thanks.
  5. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Hi, Paul. I appreciate you working with me. I do have it written correctly in my code: If [Case is a Readmission from WRCA IP to WRCA IP] = True Then Lable19.Visible = True Else Lable19.Visible = False End If And it's still causing an error... What am I missing?
  6. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Hi, Paul. Correct--it's lable19 (no space), but for some reason the code isn't working and I get the following error message: Run-time error '424': Object required
  7. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Hi, Paul. I've run into another snag. I want a lable (lable190 to appear when a checkbox is clicked. Here's the code I'm using, but I'm running into another error. The error message says "object required." If [Case is a Readmission from WRCA IP to WRCA IP] =true then Lable19.visible=true...
  8. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Hi, Paul. Thanks so much! I added brackets and it's working perfectly!
  9. W

    Making a textbox visible on a form if a checkbox is checked on the same form

    Hello. I’m having a problem with making a textbox visible on a form if a checkbox is checked on the same form. I have done research on this site and have written the code below, but I’m getting a Syntax error—see yellow highlight. · My checkbox is named: Case is a Readmission from WRCA...
  10. W

    Hello from Los Angeles

    Thanks so much!
  11. W

    Hello from Los Angeles

    Hi, All. I'm a self-taught Access Database programmer. I created my 1st database in January of 2012 when I needed to store a lot of data that was becoming too cumbersome to do in Excel. I’ve used Google search to learn everything I currently know. However, I’ve come to a point where I need...
Back
Top Bottom