Search results

  1. J

    runtime module access

    I made a training database for my company on a memory stick. "plug and use." Since everybody has access 2003 I had no problem doing so. However it's now decided that we'll use the same set up for some of our customers. Meaning some people will have access but who knows what version of access...
  2. J

    calling a function from a string

    Made (a cool:rolleyes:) database where I can simply switch from local html pages to online pages. The pages ref. is called from a table and works fine. The last option I want to put in is that I can also start a procedure from the same table So the procedure instruction that I put in the table...
  3. J

    Matrix

    Uncle Gizmo, Your brilliant!! You saved my weekend!! It works like a charm. Thanks for the clear explination.
  4. J

    Matrix

    Hi, I'm trying to fill a drawn matrix on a form. There 50 fields I have to set (text and color) since the amount of fields can change I want to make a program to set the fields. It's the same opperation all the time (just the field name is differnt) This is what I'm trying Dim a As Long Dim jan...
Back
Top Bottom