Recent content by LisaLu

  1. L

    Passing Criteria from form to query with wild cards and "Or"

    Yes, I used: (tblScannedImages.Tags) Like "*Maumelle Lake*" Or (tblScannedImages.Tags) Like "*Stewardship*" Is this what you mean?
  2. L

    Passing Criteria from form to query with wild cards and "Or"

    Hello, I have a form with a text box ([text2]) on it where I have code that creates the following text from selections from a list box: Like "*Maumelle Lake*" Or Like "*Stewardship*" I have a query that is supposed to select records based on that box ([text2]). The sql code looks like this...
  3. L

    Send E-mail from Query Results

    Oh, wow. Thank you. That makes perfect sense and fixed my problem. Yes, my methods are mixed due to the fact I have no formal training and learned everything on the job. I guess I'm a real programmers worst nightmare. :o Thank you so much!
  4. L

    Introduction

    You should visit in the winter time. The humidity is much lower. Our summers are stifling. :)
  5. L

    Send E-mail from Query Results

    Is it OK if I revive this old thread? I am having a similar situation however I am getting a run-time error stating that the item has been moved or deleted. I will paste my code below. The error is occurring on the .To = sToName line. I am not an advanced coder, I have combined some older...
  6. L

    Introduction

    Hello, I'm Lisa. I have been programming in Access for well over 10 years now, but I still have problems from time to time. I live in Little Rock, AR and work for the local water utility.
Back
Top Bottom