I have two tables
Employees - primary key empid-autonumber
Products -primary key itemnumber-text
and I have a join table called "transactions" - I use foreigh key for this table.
I created a form, using query builder to bring all records from this two tables into a form but is repeating information.
Do I have to filled out "transaction table"