Ok, so I have 2 forms. One is an "Add" form and a "Update" form. The Add form has multiple combo-boxes and a few text entries fields. For its purpose, the form has Data Entry turned on. The Add form works perfectly. My Update from on the other hand has a problem. I have Data entry turned off. When the form opens it shows the first item in my inventory and allows for updates with the combo boxes. But if I change a text box it directly changes that field in the main table. I would like it to create a new entry to the table and save for that particular entry. Is there a way to accomplish this? If it requires code can you please provide me a small example?
Any suggestions would be greatly appreciated.