Search results

  1. P

    reference troubles

    Hi, I have a Library database (access), and one database (access) that I have set up a reference to this library database. I refered to it using tools > reference > browse etc. this worked fine. Then instead I tried doing it programmatically like this dim ref as reference set ref =...
  2. P

    What does the 'Order by' Property of a form do?

    Hello, I've sorted out a problem that I had with a Form that had a subtable on it, by setting on the properties of the form for the 'Order by' criteria to equal the Id number of the form. eg: if each record has an Idnumber I have put [Idnumber] as the Order by property. I have no idea what...
  3. P

    trouble with saving changes

    :confused: Hi, I've put a button on a form (lets say form 1), that when clicked opens up form 2. Both forms are connected to ONE table each. There is a sub table on form 2 that displays records with the same Id as on form 2. The Problem is when I open The table that feeds the subtable. If I...
  4. P

    Problem with saving changes on Table

    Hi, I've put a button on a form (lets say form 1), that when clicked opens up form 2. Both forms are connected to ONE table each. There is a sub table on form 2 that displays records with the same Id as on form 2. The Problem is when I open The table that feeds the subtable. If I change the...
Back
Top Bottom