Search results

  1. C

    Run Function from sub from in parent form?

    I'm trying to run a function from a subform from an onclick event in the parent form. The sub form is called ClientAddfrm and the function is Public Sub clearaddclientbut_Click() DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 End Sub So all I want to do is wipe the sub...
  2. C

    Set subform invisble from button inside subform?

    Thanks that works. It seems to make a diffrence that I actually use parent rather then the name of the parent which strikes me as odd since the setfocus part seems to work either way but if I didn't use parent it crashes when I try to hide the sub form. Thanks again
  3. C

    Set subform invisble from button inside subform?

    I've done that. I even showed it in my post. Is there some trick to doing this?
  4. C

    Set subform invisble from button inside subform?

    I've been trying for awhile to set a subform as invisible from a button within the sub form itself. I have no problem doing it from the main form but can't figure out a way to do it from the sub form. I figured it's just an issue with the sub form not being allowed to have the focus when it's...
Back
Top Bottom