Search results

  1. M

    Subform links and updates

    I have an Orders form, without any underlying related tables. Located in the upper half of this form, I have a sfrmOrders in datasheet view with a ssfrmOrderDetails as a subform embedded in it. On the lower half of the form, I have a sfrmOrderProcessing in single form view. The goal is for...
  2. M

    Copy number from previous field into new as default

    Please help. I'm trying to use code in the On Current event of a form where a field name DIDA is examined for a 0 value. If it is found, the value of the DIDA field would match the value of the previous autonumered DID field. The default value of DIDA can be set at 0 in the table properties...
  3. M

    Enter Parameter Value on form close error

    It does not appear harmful, just cosmetic. Is there a way to supress it or deal with it. The issue seems like http://support.microsoft.com/default.aspx?scid=kb;EN-US;811860 but it is Windows 2000 with Access XP rather than Windows XP. The condition follows when the main form closes. There is a...
  4. M

    continuous form within continuous form

    Is it possible to make a form look like a continuous cascading outline (kind of like a report can list things under a heading using page header/footer criteria). That suggests a continuous form within a continuous form where the second form can expand and contract between the rows of the main...
  5. M

    object variable or with block variable not set

    Not sure how the error started happening. Creating a new form with subforms worked without error, until at some point, the master/child link box returned this error. From what I have researched on this error so far, the underlying table properties are correct (required vs not required). There is...
  6. M

    vb for controls in continuous form

    Is it possible to use If..Then to change control colors on a continuous form? It works for a single form, but using a checkbox for a value to color other controls sets all controls in a continuous form the same. Example: If Me.chkInactive.Value = True Then Me.Firstname.ForeColor = vbRed...
Back
Top Bottom