Search results

  1. J

    make table from form recordset

    HI all I have form containing some filtered records. What code do I need to put on a button to trigger a make-table query; the make-table thus containing only the current filtered records (not the entire database). The following will use the entire database: Dim stDocName As String...
  2. J

    Report based on SQL

    I have a form for users to select various search criteria (name, date range, etc.) This form creates a SQL statement. What's the best way to run an exisitng report based on this SQL statement? Any thoughts appreciated.
Back
Top Bottom