DarrenBoyer
IS-IT--Management
I have a simple project but the relationships and/or append query functionality has had the best of me for a couple days.
This is compilation of multiple systems run at vehicle dealership. The main issue I'm running into is there is an EmployeeID to every Vehicle transaction and there is a seperate and arbitrary EmpID assigned to each Customer. I am trying to append the data from an imported table into these tables.
There are 3 main tables involved:
TblEmployees - EmployeeID -PK
TblCustomers - CustID - PK
TblVehicles - VehicleID - PK
I tried a jcn table called jcnVehicleTransactions where TransactionID is the PK and EmpID & VehID were joined in a 12M relationship. Actually when I realized what I wanted wasn't working I tried numerous append query/relationship combo's thinking I would stumble across the solution but still no success.
Any suggestions?
This is compilation of multiple systems run at vehicle dealership. The main issue I'm running into is there is an EmployeeID to every Vehicle transaction and there is a seperate and arbitrary EmpID assigned to each Customer. I am trying to append the data from an imported table into these tables.
There are 3 main tables involved:
TblEmployees - EmployeeID -PK
TblCustomers - CustID - PK
TblVehicles - VehicleID - PK
I tried a jcn table called jcnVehicleTransactions where TransactionID is the PK and EmpID & VehID were joined in a 12M relationship. Actually when I realized what I wanted wasn't working I tried numerous append query/relationship combo's thinking I would stumble across the solution but still no success.
Any suggestions?