Search results

  1. S

    Populate Mailing Address Fields based on user selection

    I want to populate a set of mailing address fields based on user selection of which address to use I have a relational database with three main tables: Property, Project and Permit. Each property may have multiple projects and each project may have multiple permits. The property table has...
  2. S

    Report Error Depends on Date Filter????

    Something very odd is happening - I have a cross-tab query that is filtered on user-defined date range using a where condition of: >[Forms]![Reports_Menu]![txtFilterDateFrom] AND <[Forms]![Reports_Menu]![txtFilterDateTo] the Query functions perfectly. The report based on that query...
  3. S

    Total from Query not available in Report

    I have a query that is filtering records from a table, I have used the Totals row in the query to Group By and provide Count of totals. The datasheet view of the query has the total row and is working fine. I would like to display the total row on a report, using the query as the record...
  4. S

    Filtering Report Records

    I have a form in my database with a series of unbound combo boxes in the header to enter criteria to apply as a filter. It works very well, but the form is too wide to print on a single page. I have created a report using most of the same fields in the RecordSource, but formatted it to fit on...
Back
Top Bottom