Search results

  1. R

    Referring to a listbox from Main form in a module

    Yes, it is a multiselect listbox.
  2. R

    Referring to a listbox from Main form in a module

    When I put that code in I get syntax error (missing operator) in query expression '[ID]=' then it highlights Set rst = CurrentDb.OpenRecordset(strSQL).
  3. R

    Referring to a listbox from Main form in a module

    I am currently working on code in a module that once you make a selection in a listbox it will open up an email with the selection from the listbox populated in a table. Right now my code is bringing back everything that is in the access table and not just the selection in the listbox. I am...
  4. R

    Question Listbox Looping Issues

    Thanks, it's a great site!
  5. R

    Question Listbox Looping Issues

    Thanks so much! :) It works now! :)
  6. R

    Question Listbox Looping Issues

    It is still not working fully. I have attached a copy of my database if you could take a look. You need to click the configuration screen to put your SMTP address if you need to. Thanks for your help.
  7. R

    Question Listbox Looping Issues

    Do I put that in place of the For Each code that I have?
  8. R

    Question Listbox Looping Issues

    I am working on a CDO email database that has a multi-select listbox. When I make a selection in the listbox and click on the send e-mail button, it will send an e-mail based on the record(s) selected in the listbox. The issue that I am having is, I can make a selection int the listbox but it...
Back
Top Bottom