Recent content by penfold

  1. P

    Report for a single record

    I tried using the where function as you suggested, but I got the following error: Syntax error (missing operator)in query expression '(WHERE [My ID]=Forms![MyForm]![MyID]' Any suggestions?
  2. P

    Report for a single record

    I am working with a database that contains a large number of fields, where each record is a stand alone set of information. I have developed a report that puts all of the information database into a useful format, but I have not been able to limit the report to displaying only the record that is...
  3. P

    Filtering and default values

    I have a form with several fields, a couple of which have default values when a new record is created--for instance I have an "entry date" field that has "date()" as its default value. Having these defaults saves me some time, but it seems to make filtering by other fields impossible because the...
  4. P

    Exporting fields to a Word document

    I would like to be able to drop the data from fields in a table directly into a Word Document template. The field data should come from the record that is currently open in a form. Can anyone give me an idea how to do this?
  5. P

    Error Message: Ambiguous Name Detected

    I am trying to set up a combo box within a form that I can use to search my data, but no matter what technique I try to use to do this, I keep getting the same error message: "Ambiguous name detected: Preview_Report_Click" Does anyone know what this message means and who I can stop it from...
Back
Top Bottom