Search results

  1. D

    The last checkbox will check another one

    I have a main form that has a subform that contains checkboxes. I would like the checkbox "Caps_Received" on the main form be true only when the last checkbox "Received" on the subform is true. The Subform is a datasheet type with a column of checkboxes that belong to the same fields named...
  2. D

    Send emails to name in report

    I have this code that works except that it generates an email with everyone's name that are in the table. What I need, is to adapt the code so it would send an email to the names that are in the opened report using an action button. The code is: Private Sub Generate_Email_Click() Dim rst As...
  3. D

    Report need to show past and upcoming date

    I have a report generated based on the query from a table named audit. In the table each row (audit) has a completed and a forecasted date. Before an audit is performed, the forecasted date will have a value but not the completed until the audit is completed. The problem that I have is that...
  4. D

    Textbox Conditional Formatting based on a Table

    I looked at a lot of forums and still cannot find a solution to my conditional formatting issue and I have been at it for more than a month. The VBA codes that I tried do not work! In Access 2010, I have a continuous form that is generated from a query. In the form there is a locked textbox...
  5. D

    Hello all

    Good day all I am a newbie at this, still I was able to develop an access database to track companies within our organization, most of the glitch were fixed using this forum. Thanks for all
Back
Top Bottom