Although I am fairly new to Access and VBA, I understand relationships fairly well. But I have a situation that I am unsure how best to approach.
In the Order File I have already defined a Foreign Key for the Sales Rep that ties back to the Primary Key in the Sales Rep File. I later realized that it is possible to have 2 Sales Reps involved with a single order - the Ordertaker and the Installer. For example, the Ordertaker may sign the order in his area, but the equipment then gets installed into a different sales rep's territory (the commission is split among these 2).
In most cases the Ordertaker and Installer are the same, but the system must be able to accomodate this occurrence.
I have had several ideas including creating a duplicate Sales Rep file just for the Install rep, but I suspect there is a better way. Any thoughts?
In the Order File I have already defined a Foreign Key for the Sales Rep that ties back to the Primary Key in the Sales Rep File. I later realized that it is possible to have 2 Sales Reps involved with a single order - the Ordertaker and the Installer. For example, the Ordertaker may sign the order in his area, but the equipment then gets installed into a different sales rep's territory (the commission is split among these 2).
In most cases the Ordertaker and Installer are the same, but the system must be able to accomodate this occurrence.
I have had several ideas including creating a duplicate Sales Rep file just for the Install rep, but I suspect there is a better way. Any thoughts?