Search results for query: *

  1. E

    Control Arrays

    I have searched the VB.NET Forums for references towards control arrays in Access 2003 using VBA code. I haven't found what I was looking for. I will try to explain. I am trying to find a way to programmatically loop through a collection of controls on a form. Here is an example of code that I...
  2. E

    Access

    It is possible to use parameters in Access or just Micro$oft SQL Server.
  3. E

    XML from Dataset

    I am planning to write a small reservation application. One of the features I would like it to have is to save a local copy of a database that I have created as an XML file. I have done some research and I believe what I would need is multiple files. The XML Schema and an XML for each table in...
  4. E

    DataRelation Objects

    I'm trying to load all table relationships programmatically through the GetOleDbSchema method under the connection object. Currently I load can load all tables into a dataset using a loop shown below. Public Function getDataset(ByVal Connection As String) As DataSet Dim cn As New...
  5. E

    Control Events

    In my module I would like to respond to a click event raised by another object (my form). There seems to be little documentation on how to do this. The code I have so far is listed below. I am a very programmer, in fact have only been doing it for about year as a hobby so if I don't understand...
Back
Top