Search results

  1. F

    Limit list of values in Combo box

    I couldn't find a solution to this in earlier posts, so I'll try to explain my problem here. Here goes... I have a form based on a table of Projects. It has a subform based on a group of Users who are working on each Project. This subform is based on entries in a table called UserProjects...
  2. F

    Check Dirty property in Subform

    I am having trouble checking the "Dirty" property in a subform. The AfterUpdate event fires and I have verified that the value of the field has changed. I tried using "Me.Dirty" and Forms![frmMasterAccounts]![frmSubAccounts].Form.Dirty, but they both return "False". Any other suggestions?
Back
Top Bottom