I am creating a sales database for a small charity in MS ACCESS which should allow a salesperson to enter a Sale and then pull reports etc.. The entry form for the sale (testsales) should create an entry in the sales table. This table has a foreign key for the agency table which in turn stores all the referral agencies we work with.
I have put the combobox for the agency name selection in a subform.
Unfortunately each time I save a sale with a value in the combobox selected, the dublicate value is added to the agency table.
Thanks in advance
If there is anything I should add please let me know.