Recent content by AmyGotz

  1. A

    Office Developer 2003

    Hi! I'm wondering if anyone could tell me whether Office Developer 2003 would be compatible with an Access 2000 database. We are looking at purchasing the Access Runtime license so we can deploy the database to users. However, I don't know if there will be any conflict considering that we...
  2. A

    Unbound & Bound

    Hi everyone! Does anyone know of a way that a field can be unbound under certain conditions and yet bound under different conditions? What I mean is this... I have a pretty complex Access database going on. The main focus of the database is companies. One of the features that the users are...
  3. A

    Many-to-Many relationships

    Pat, Thank you for the reply. I thought I understood what you were saying however, when I try to make it work I still get the same results as I did with my previous query. The new query looks like: SELECT tblBusinessPartnerXref.CustCodePartner1, tblBusinessPartnerXref.CustSuffixPartner1...
  4. A

    Many-to-Many relationships

    This is an exteremly confusing situation so please bare with me. I have a table that contains a record for each customer. These customers can have relationships with other customers, therefore, producing a many-to-many relationship on records within this table. I have created another table to...
  5. A

    Combo box Sorting

    I guess I didn't make myself clear. I already know the order that I want the combo box to appear in. The combo box is being populated from a small table with only 4 values. Instead of having the items in alphabetic order I want to put the items in a different order. I don't know how to use a...
  6. A

    Combo box Sorting

    Is there a way to sort a combo box other than Ascending or Descending order? I have a combo box on my form that I would like to sort in an intuitive order (the most selected option first and so forth) but I'm not sure if this is possible! Thanks in advance for any replies!!
Back
Top Bottom