sheepchild's latest activity

  • S
    sheepchild replied to the thread Default Values.
    Think i have managed it! Private Sub Form_Current() If Me![EventTitleCombo].ListIndex < 0 Then Me.MinNoFaculty =...
  • S
    sheepchild replied to the thread Default Values.
    Oooooh thank you. if i wanted extra defaults such as maxCandidates (same look up how would this work as it all set via the combo box as...
  • S
    sheepchild reacted to arnelgp's post in the thread Default Values with Like Like.
    the controlSource of your Textbox is an Expression. Remove it and use the Current event and AfterUpdate event of your Combobox of your...
  • S
    sheepchild posted the thread Default Values in Forms.
    I have a random issue which i cant work out i have a look up =DLookUp("MinFaculty","tbl_CourseNames","ID=" & [EventTitleCombo]) which...
Top Bottom