Search results

  1. C

    How to call a function that is in a module.

    I tried searching from this with no luck. I am a novice so this might be easy to others. I have a module called myModule. Inside this module I have a function called myFunction Private Function myFunction() As Long myFunction = 100 End Function I would like to be able to call this function...
  2. C

    How to email a report to a list of emailusing outlook

    I would like to email a report or form to a list of contacts. I currently have the simple button that when clicked it opens access and i have to put the contact info, the subject, etc. myself. this is the simple macro for EmailDatabaseObject. But i would like the recipient info to be...
  3. C

    Filtering a subform using a combobox in the main form

    I am having trouble filtering my subform. mainForm, subForm, cboBox My cboBox has a list, "All, A, B, C" When All is selected I want the subForm category to display A,B and C... So when A is selected, i would like for the AfterUpdate() function to compare "A" to the Category field in the...
Back
Top Bottom