Hello,
I am very new to Access and am trying to build a database of component parts and assemblies.
I have a form where I can type in the assembly name and pick parts from pick lists. I click the "Add record button and it adds the selected data into a table called FINISHED PARTS. My problem is when I open this form it automatically shows the first part in the FINISHED PARTS table. If I add a new part number then click the Add Record button, it overwrites the first record in the FINISHED PARTS table. If I open the form, then click the Add Record button I can enter a nrew part without overwriting any records in the FINISHED PARTS table and adds the record just as I want. My question is is there any way to open this form without it showing the first record in the FINISHED PARTS table? So I can just start entering data without clicking the Add Record button first.
Thank you
Paul