Search results

  1. N

    Effectively creating a counter?

    To simplify data entry I am automating the entry of an ID number which is only neccessary to make a many-to-many table relationship function. The niftiest way to do this is with a counter, however using a control and VB to edit it doesn't fully work, because the counter resets every time I...
  2. N

    Combo box seems to be creating new records by itself

    I have a combo box on one form that allows you to select from a list of names that come from a query of a table of people. However, whenever I change the value in a box, it causes it to create a new record in this table with the same name. Am I doing something wrong here...
  3. N

    Making the Subform Master Field Link a Control

    I know that the Link Master Field property can be a control, however when I refer to a control in the main form it always asks for parameters (including asking for a parameter for '_'). If I remove the = sign from the property, this problem goes away, but the subform then doesn't change, which...
  4. N

    Set the record source as a particular record number

    Is it possible to do so? If so, what is the syntax?
  5. N

    Complex Subform Query

    I will try to word this as best I can to explain my problem. I have a many-to-many-to-many database setup, where the important tables are the Companies and the Investors, with tables called Investments and Groups to act as go-betweens to enable the many-to-many relationship. So I have a form...
Back
Top Bottom