I just split an Access 2010 database I have been using to enter orders for the past 10 years.
Tables and Relationships in the Back-End, and all the rest and links to tables in the Front-End.
With a little maintenance it is working wonderfully. I have one error I can't find what is causing it.
I have a form whose source is a query with 5 related tables in it. I have built it like a wizard; one screen after another.
I enter the part numbers to be order on the first form which is placing them into a table [tblorderdetails] which is tied to a table [tblPartnumbers] for the parts the customer wants to order. The next screen allows me to assign a job number in a related table [tblorders] and then attach that job number [record] to a group of related part numbers.
This has worked flawlessly for 10 years.
However now as I enter a new part number into the above tables through this form - a blank record in the related [tblorders] table is created for every part entered on the first screen. So when I go to the second screen to start creating orders to attach to the parts, there are now two records for each part number entered. This is creating tons of blank unattached records in the [orders] table.
Any thoughts?
![]()