Recent content by ^Nightwing^

  1. N

    Combo box seems to be creating new records by itself

    Pierre is my saviour again ;). However if I autonumber the Group ID field, then each name is given a different number in this field, so it becomes one-to-one, which won't work. If the problem is selecting the name, then I guess I will just have to have the Investor ID selected instead.
  2. N

    Combo box seems to be creating new records by itself

    Cheers for your help, it's on the Data Entry/Groups form, adding new records to the Investors form.
  3. 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...
  4. 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...
  5. N

    Complex Subform Query

    Thanks! You've basically done what I wanted in your version, so I've copied that across to my version and it all works nicely, thanks. Incidentally this is some freelance work that I am doing, only I'm learning on the job ;).
  6. 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...
  7. N

    Complex Subform Query

    Well I'll try to explain then. There are a series of companies, and a series of investors. Investors form a collective group, which then performs a single investment into a single company. So a single company has a series of investments, by different groups of investors. A single investor can...
  8. N

    Complex Subform Query

    Gosh, I am going to have to shamelessly bump this before bed.
  9. N

    Set the record source as a particular record number

    Is it possible to do so? If so, what is the syntax?
  10. 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