Recent content by DalGal

  1. D

    Messsage if duplicate on 2 combo boxes

    I guess I'm not sure what you are saying. They are 3 separate fields. I use member ID in other tables and link it via relationship with the MembersList table. I guess the MemberID is not really needed as I COULD key on the CenterID,FirstName,LastName, but--I only very loosely understand...
  2. D

    Messsage if duplicate on 2 combo boxes

    In the CenterName combo box, they enter the center name, and it stores the center id. The table is: CenterID, MemberID, FirstName, LastName, Notes, Active
  3. D

    Messsage if duplicate on 2 combo boxes

    It is ok to have a duplicate first name, OR last name, OR CenterID, but not all 3 in one record.
  4. D

    Messsage if duplicate on 2 combo boxes

    Correct
  5. D

    Messsage if duplicate on 2 combo boxes

    It is a data entry form. The user enters the CenterName, which is a combo box and saves the CenterID. Then just the First name combo box and last name combo box, and a notes field. Hidden is the MemberID which is an automatic number.
  6. D

    Messsage if duplicate on 2 combo boxes

    I already have a primary key (member id) on table MembersList, but want to test for duplicates on a form where both first and last names are combo boxes before creating the record. so far I have the following as an Event procedure on the Before Update of the second combo box names Last Combo...
  7. D

    Solved Auto-choosing first in list in null list

    I think I got it now. thanks!
  8. D

    Solved Auto-choosing first in list in null list

    nope still doesn't automatically choose the first in the list
  9. D

    Solved Auto-choosing first in list in null list

    But now it will not choose the first loan when there are loan records. Is there a way to add that back?
  10. D

    Solved Auto-choosing first in list in null list

    But now, it is not automatically choosing the first in list when the center does have loans.
  11. D

    Solved Auto-choosing first in list in null list

    Thank you-it worked!
  12. D

    Solved Auto-choosing first in list in null list

    Woohoo!!! Thank you-It worked!!!
  13. D

    Solved Auto-choosing first in list in null list

    I have a list box on a form which pulls loans based on the center chosen in the first field on the form. It automatically chooses the first loan to prevent a non-record chosen. I am getting an error when I have a center with no loans. This is the code (Event Procedure) to choose the first-when...
  14. D

    Clumping prior year, detail current

    Pat-I will try that-good info! I didn't know about the order and dummy accounts. I have both of those queries set up already. I've never done a union query so I'll look at that. Not sure where the thank you button is but Thanks!
  15. D

    Clumping prior year, detail current

    Other note is I have centers. Each center has vendors. Each vendor has units and contributions. Each entry of units and/or contributions has a date. Tables are: Centers, Vendors, Activity Centers have a unique ID Vendors have a unique ID dates, units, and contributions are not unique...
Top Bottom