Recent content by jtinker

  1. J

    How to use treeview control?

    Thanks for the link. I finally found the following page, which offers a wizard for the treeview control. This wizard writes the necessary code to populate the treeview nodes. http://support.microsoft.com/support/kb/articles/q163/5/11.asp
  2. J

    How to use treeview control?

    I could use some help figuring out how to use the treeview control.
  3. J

    Any way to stop a process by using a button?

    I have a processing loop set up that I would like to be able to stop by pressing a button on a form. Is there a way to do this?
  4. J

    Creating forms in Access Basic

    Answering my own question: (If someone has a better approach, I'm listening.) Dim i As Integer Dim jftControl As Control Dim jftControlName As String Dim jftDB As Database Dim jftForm As Form Dim jftFormName As String Dim jftOldName As String ' Create form for display jftFormName =...
  5. J

    Creating forms in Access Basic

    I want to create a form whose layout is based upon the values in a table. How do I create a form from scratch, using code?
Back
Top Bottom