Recent content by mking

  1. M

    Many to Many relationships

    Ok ninja edit: I took out the date/time out of the customer table and put them into the visit table and the visit table alone. I added CustID to the Visit table and created a lookup from Visit to Customer, and Visit to Salesman things are starting to take shape I must say, thank you for all...
  2. M

    Many to Many relationships

    I used the lookup option for the salesmanID, should I be using it as well for the customerID and the date as well?
  3. M

    Many to Many relationships

    Even creating the field VisitID and making it the PK it still only allows for intermediate and 1:1 All itll let me open is the replica, I can try zipping the entire folder and seeing if you could open it that way.
  4. M

    Many to Many relationships

    Yeah, here it is
  5. M

    Many to Many relationships

    Well try as I might access will only allow me to create a 1:1 or an intermediate relationship from tblVisits to tblSalesman no matter what fields I try to use.
  6. M

    Many to Many relationships

    Oh, that looks good, however; the other thing I'm needing to see is that when a salesman has a customer so you can see what customer was dealt with. 1 customer can have many salesman 1 salesman has many customers customers can have many dates dates have many customers Does this make sense or...
  7. M

    Many to Many relationships

    didn't see the attachment
  8. M

    Many to Many relationships

    Ok I made the changes like you said replacing the fields. Now my question is how to relate the fields making them now multiple 1 to 1 relationships?
  9. M

    Many to Many relationships

    Currently this is how I have it setup tblCustomerInfo ID Autonumber Prefix FName LName Suffix Street City State Zip Phone DateVisit TimeVisit Description SalesmanName Uptype tblVisit DateVisited TimeVisited TypeVisit SalesmanName tblSalesman ID SalesmanName SalesmanNumber (PK)
  10. M

    Many to Many relationships

    Well I'm pretty rusty on the concepts of many to many relationships, but I'm assuming thats what I want to create for this situation. What I'm creating is a database to track customers that enter my place of buisness. So far so good, but what I'm having issues with is 2 of the major things that...
Back
Top Bottom