Search results

  1. Y

    Automatic Report Generation

    Hello, Part of my job involves keeping tabs on unusual incident reports. Everytime a report comes in, a follow-up report has to be filed with our regulators at 30-, 60-, and 90-day intervals after the initial incident. As simple as this might sound I have a difficult time keeping on top what...
  2. Y

    Form using two tables--one with new data

    Hello there, I hope this is a simple issue. I have a form that is used to provide update information on in-house incidents. The form is populated by two tables--the first is tblIncidents which hold data on the initial incident (time/date/those involved, etc.) which never changes throughout the...
  3. Y

    Command button to produce form based on drop down choice?

    Per the instructions detailed here... http://www.fontstuff.com/access/acctut08.htm ...I created a parameter query in the form of a drop down box that, once an option is selected, should display a form with a number of fields pre-filled from a record chosen by the drop-down selection. The drop...
  4. Y

    Add code to command button to activate form ??

    Per the instructions detailed here... http://www.fontstuff.com/access/acctut08.htm ...I created a parameter query in the form of a drop down box that uses a command button to produce a query. The code is as follows: Private Sub cmdCreateReport_Click() DoCmd.OpenQuery "qryUIRFollowUp"...
  5. Y

    Data disappearing from unbound text boxes upon edit.

    Hello, I have a form that utilizes a combo box called cboProgAddr (for Program Address). The cbox has 5 columns each of which fills in an adjacent text box. Since I needed the option of making corrections to these text boxes once they were filled in I need to set them up as unbound via the...
Back
Top Bottom