Search results

  1. G

    Missing Forms

    I'm having a strange problem. I'm writing code so I can open multiple copies of the same form. Here is the code I'm using. Dim newfrm As Form Set newfrm = New myFormName newfrm.Visible = True newfrm.Caption = "myCaption" Here is the problem, when I use the command "Set newfrm = New...
  2. G

    Hello

    My Name is Gary and I've been programming in MS Access since version 1.1. I do still come up with questions I don't have an answer to, especially since versions 2007 and 2010, so that is why I've decided to join this Forum. I've been a Database programmer for close to 30 years and started with...
Back
Top Bottom