Search results

  1. H

    Question Form not display results from query

    I have a combo box listed on my form that I would like to use to filter my data by year. I am using a continuous form built off of a query. My combo box will successfully filter my query results by year. The problem I am having is that the form is blank and not displaying the filtered query...
  2. H

    Long Text Field moving punctuation

    To solve an issue with truncation of a memo field on a report I changed the text format to Rich text and the control source to be "= [firstof....]. This allows me to display more than 250 characters, but moves my punctuation on the last line of text on my report. For example, I have several...
  3. H

    VBA Code to Add Attachments to Email

    I am new to VBA coding and trying to find the VBA code that adds attachments currently stored in the database to an email. Currently, I have a button that will email the report refernced on my input form. My attachments are stored in a table, but I have also built a query for my attachments that...
Back
Top Bottom