Search results

  1. N

    "Hide" combo box items

    Thanks for the answer! I was thinking something like that as well, but wouldn't that give conflicts with the existing entries for users that become inactivated, because of the "Limit to list" property?
  2. N

    "Hide" combo box items

    Hello, I have a combo box with a list of user names. The data source of the list is a table, tblUsers, and the property "Limit to list" is set to Yes, in order to avoid anything other than valid users to be entered. Over time, some users will become "inactive", e.g. leave the company. Now I...
  3. N

    "Mutually exclusive" relationships

    Perfect, thank you very much!
  4. N

    "Mutually exclusive" relationships

    I've thought about this, but Type 1 and Type 2 deals have entirely different properties, so that would result in a lot of empty fields. I guess this is not really desirable/optimal...
  5. N

    "Mutually exclusive" relationships

    Hello, I am having the following situation: * a table tblType1Deals with info on "type 1 deals". The primary key of this table is Type1id * a table tblType2Deals with info on "type 2 deals". The primary key of this table is Type2id * A deal can either be type 1 or type 2 (but not both), but...
Back
Top Bottom