Search results

  1. A

    Populating a checkbox

    Hi.. I have a continous form that displays the results of a search prior to printing them.. I have a "TmepPrint" flag on this form that controls a temp field on my table to filter records to include in that report... What I would like to do is either on the OpenEvent of the form or on a cmd...
  2. A

    OpenForm cmd

    Hello....Ive got a ? to ask! Duh! LoL....Here goes... I have a Property Management dB. Its got a Custom Search form with many criteria (setup QBF using Dynamic SQL statement) in which is filters out records in the table based on user input. Now...the results are displayed on a continuous form...
  3. A

    Having multiple records show on a single form

    I have a QBF that builds a dynamic SQL statement to filter records in the search....Now on the "Results" page I want to be able to see multiple records on the same page (by default each record is on its own form. I only need 1 line for each record on the original results page then next to each...
  4. A

    Import Export Functions with VBA

    I have a dB that will be stored on 2 computers....Main computer #1 and a backup copy on Computer #2... These computer are not networked but are located in the same office. Now On Computer #1 the dB will be located [C:/OZRentals/OZRentals.mdb] AND at [C:/Temp/OZTemp.mdb] Users will access the...
  5. A

    Qeuries by Form

    Does anyone know of a good reference/tutorial that walks a user through the process of creating a Query by Form? I am not new to access but im just getting into the "coding" aspect of it. I want to design a Search Engine on a form and takes the user input and creates a query with that criteria...
Back
Top Bottom