Search results

  1. Mark Rock

    Closing a form without a 'save prompt'

    I know this forum has a ton of posts related to closing a forum, but I have not had one workout for my purposes. I have used CreateForm to open a new form from a template form. When I am done with it, I want it to go away and to do so quietly. I have tried both DoCmd.Close acForm...
  2. Mark Rock

    Globals defined in a Function Module blank on MouseDown Event (from Form)

    I have read and re-read so many posts on using globals. Apparently, I am more lost then I thought-- they refuse to work for my application as coded. Access VBA Module: mod_global_defs, Option Compare Database Option Explicit Public myfrm As New Form Public mycmdbutton As Control Access VBA...
  3. Mark Rock

    Creating Checkboxes on subform via VBA Module programming

    I should not be confused with someone that knows what they are doing and I only pretend to know what I want. I am attempting to create a form entirely with VBA in Microsoft Access. On this form I am creating a listbox and a subform with a checkbox (actually several thus the Dim with an array...
Back
Top Bottom