Search results

  1. D

    Simple Problem, Complicated Solution?

    I have a need to track the amount of chlorine we use daily. I have generated a table and form to collect the data and a generic report to display the collected data. What I am struggling with is as follows: As the chlorine cylinders empty their respective weights decrease. Then they reach...
  2. D

    Form with Tabbed Control Bar

    I have a Form called MDCF in the db. When the form is opened the form is slightly scrolled down and the tabs are not visible. I have tried numerous format options all with no effect on the start position of the form on open... Any ideas on how to get the default so the form tabs are always...
  3. D

    Save and recall control states of subforms

    I have a Unbound Form with 4 bound sub-forms. Each of the sub forms is identical in function. See the code below: frmP4RT -------------------------- Private Sub btnStart4_Click() Me.btnStop4.Enabled = True Dim IAB_WATER_TEST_DB As DAO.Database Dim tblP4RT As DAO.Recordset...
Back
Top Bottom